#AB8604

Color #AB8604 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AB8604

Tints of Dark Goldenrod #AB8604

Color information

#AB8604 (or 0xAB8604) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 86 and 04. RGB value is (171,134,4). Sum of RGB (Red+Green+Blue) = 171+134+4=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8604 is #5479FB. Grayscale: #828282. Windows color (decimal): -5536252 or 296619. OLE color: 296619.

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

Color convert

RGB1711344-
CMYK00.220.980.33
HSL46.71º95.43%34.31%-
HSV(B)46.71º97.66%67.06%-
XYZ25.3425.723.74-
YUV130.2456.76157.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.34%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=55.34%
G=43.37%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171134400.220.980.3346.7195.4334.31
HexAB86401662212f5f22
Octal2532064026142415713742
Binary101010111000011010001011011000101000011011111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8604; }

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

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

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

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

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

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

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

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