Color Hex Logo

#a15033 Color Hex

#A15033
(161,80,51)
0 Favorites   0 Comments

Color spaces of #a15033

RGB 1618051
HSL0.040.520.42
HSV16°68°63°
CMYK 0.000.500.68   0.37
XYZ18.164113.55344.7907
Yxy13.55340.49750.3712
Hunter Lab36.814923.643818.0551
CIE-Lab43.585531.167632.1274

#a15033 color RGB value is (161,80,51).

#a15033 hex color red value is 161, green value is 80 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a15033 hue: 0.04 , saturation: 0.52 and the lightness value of a15033 is 0.42.

The process color (four color CMYK) of #a15033 color hex is 0.00, 0.50, 0.68, 0.37. Web safe color of #a15033 is #996633. Color #a15033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010000 00110011
Octal 241 120 63
Decimal 161 80 51
Hex A1 50 33

RGB Percentages of Color #a15033

%55.14
%27.40
%17.47

CMYK Percentages of Color #a15033

%0
%50
%68
%37

Triadic Colors of #a15033

#a15033 #33a150 #5033a1

Analogous Colors of #a15033

#a15033 #a18733 #a1334d

Monochromatic Colors of #a15033

#a15033

Complementary Color

#a15033 #3384a1

#a15033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15033 Color CSS Codes

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

#a15033 Text Font Color

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

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


#a15033 Background Color

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

This div background color is #a15033


#a15033 Border Color

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

This div border color is #a15033


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,80,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a15033; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a15033;
  -webkit-box-shadow: 1px 1px 3px 2px #a15033;
  box-shadow:         1px 1px 3px 2px #a15033; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,80,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15033


Comments

No comments written yet.

Please login to write comment.