Color Hex Logo

#a38052 Color Hex

#A38052
(163,128,82)
0 Favorites   0 Comments

Color spaces of #a38052

RGB 16312882
HSL0.090.330.48
HSV34°50°64°
CMYK 0.000.210.50   0.36
XYZ24.346423.834111.2999
Yxy23.83410.40930.4007
Hunter Lab48.82023.581820.4509
CIE-Lab55.92137.537130.0152

#a38052 color RGB value is (163,128,82).

#a38052 hex color red value is 163, green value is 128 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a38052 hue: 0.09 , saturation: 0.33 and the lightness value of a38052 is 0.48.

The process color (four color CMYK) of #a38052 color hex is 0.00, 0.21, 0.50, 0.36. Web safe color of #a38052 is #999966. Color #a38052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000000 01010010
Octal 243 200 122
Decimal 163 128 82
Hex A3 80 52

RGB Percentages of Color #a38052

%43.70
%34.32
%21.98

CMYK Percentages of Color #a38052

%0
%21
%50
%36

Triadic Colors of #a38052

#a38052 #52a380 #8052a3

Analogous Colors of #a38052

#a38052 #9ea352 #a35752

Monochromatic Colors of #a38052

#a38052

Complementary Color

#a38052 #5275a3

#a38052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38052 Color CSS Codes

.mybgcolor {background-color:#a38052; } 
.myforecolor {color:#a38052; }
.mybordercolor {border:3px solid #a38052; }

#a38052 Text Font Color

<p style="color:#a38052">Text here</p>

This sample text font color is #a38052
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a38052 Background Color

<div style="background-color:#a38052">
Div content here</div>

This div background color is #a38052


#a38052 Border Color

<div style="border:3px solid #a38052">
Div here</div>

This div border color is #a38052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,128,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a38052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a38052;
  -webkit-box-shadow: 1px 1px 3px 2px #a38052;
  box-shadow:         1px 1px 3px 2px #a38052; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,128,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a38052">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a38052;
  -webkit-box-shadow: 1px 1px 3px 2px #a38052;
  box-shadow:         1px 1px 3px 2px #a38052;">
Div content here</div>

This div box has shadow with color #a38052


Comments

No comments written yet.

Please login to write comment.