#AB5E04

Color #AB5E04 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AB5E04

Tints of Golden Brown #AB5E04

Color information

#AB5E04 (or 0xAB5E04) is unknown color: approx Golden Brown. HEX triplet: AB, 5E and 04. RGB value is (171,94,4). Sum of RGB (Red+Green+Blue) = 171+94+4=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5E04 is #54A1FB. Grayscale: #6B6B6B. Windows color (decimal): -5546492 or 286379. OLE color: 286379.

HSL color Cylindrical-coordinate representation of color #AB5E04: hue angle of 32.34º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB5E04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB171944-
CMYK00.450.980.33
HSL32.34º95.43%34.31%-
HSV(B)32.34º97.66%67.06%-
XYZ20.8216.672.24-
YUV106.7670.01173.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 63.57%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=63.57%
G=34.94%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17194400.450.980.3332.3495.4334.31
HexAB5E402D6221205f22
Octal2531364055142414013742
Binary101010111011110100010110111000101000011000001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E04; }

 p { color: rgb(171,94,4); }

 H1.HeaderClassName
 {
   color: #AB5E04;
 }
 .AnyTagClassName
 {
   color: #AB5E04;
 }
</style>
background-color css

<style>
 a { background-color: #AB5E04; }

 a { background-color: rgb(171,94,4); }

 div.DivClassName
 {
   background-color: #AB5E04;
 }
 .BgClassName
 {
   background-color: #AB5E04;
 }
</style>
border-color css

<style>
 span { border-color: #AB5E04; }

 span { border-color: rgb(171,94,4); }

 td.TdClassName
 {
   border-color: #AB5E04;
 }
 .TagClassName
 {
   border-color: #AB5E04;
 }
</style>