Color Hex Logo

#a38058 Color Hex

#A38058
(163,128,88)
0 Favorites   0 Comments

Color spaces of #a38058

RGB 16312888
HSL0.090.300.49
HSV32°46°64°
CMYK 0.000.210.46   0.36
XYZ24.584923.929512.5556
Yxy23.92950.40260.3918
Hunter Lab48.91784.103719.0246
CIE-Lab56.01718.157526.8205

#a38058 color RGB value is (163,128,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000000 01011000
Octal 243 200 130
Decimal 163 128 88
Hex A3 80 58

RGB Percentages of Color #a38058

%43.01
%33.77
%23.22

CMYK Percentages of Color #a38058

%0
%21
%46
%36

Triadic Colors of #a38058

#a38058 #58a380 #8058a3

Analogous Colors of #a38058

#a38058 #a1a358 #a35a58

Monochromatic Colors of #a38058

#a38058

Complementary Color

#a38058 #587ba3

#a38058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38058 Color CSS Codes

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

#a38058 Text Font Color

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

This sample text font color is #a38058
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.


#a38058 Background Color

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

This div background color is #a38058


#a38058 Border Color

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

This div border color is #a38058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38058


Comments

No comments written yet.

Please login to write comment.