#AB5D04

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

Shades of Golden Brown #AB5D04

Tints of Golden Brown #AB5D04

Color information

#AB5D04 (or 0xAB5D04) is unknown color: approx Golden Brown. HEX triplet: AB, 5D and 04. RGB value is (171,93,4). Sum of RGB (Red+Green+Blue) = 171+93+4=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5D04 is #54A2FB. Grayscale: #6A6A6A. Windows color (decimal): -5546748 or 286123. OLE color: 286123.

HSL color Cylindrical-coordinate representation of color #AB5D04: hue angle of 31.98º 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 #AB5D04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB171934-
CMYK00.460.980.33
HSL31.98º95.43%34.31%-
HSV(B)31.98º97.66%67.06%-
XYZ20.7316.52.21-
YUV106.1870.34174.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.81%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=63.81%
G=34.70%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17193400.460.980.3331.9895.4334.31
HexAB5D402E6221205f22
Octal2531354056142414013742
Binary101010111011101100010111011000101000011000001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D04; }

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

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

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

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

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

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

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

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