#AB8607

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

Shades of Dark Goldenrod #AB8607

Tints of Dark Goldenrod #AB8607

Color information

#AB8607 (or 0xAB8607) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 86 and 07. RGB value is (171,134,7). Sum of RGB (Red+Green+Blue) = 171+134+7=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8607 is #5479F8. Grayscale: #838383. Windows color (decimal): -5536249 or 493227. OLE color: 493227.

HSL color Cylindrical-coordinate representation of color #AB8607: hue angle of 46.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB8607 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1711347-
CMYK00.220.960.33
HSL46.46º92.13%34.9%-
HSV(B)46.46º95.91%67.06%-
XYZ25.3625.723.83-
YUV130.5858.26156.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 7 (3.12% from 255) = 2.24%
R=54.81%
G=42.95%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171134700.220.960.3346.4692.1334.9
HexAB86701660212e5c23
Octal2532067026140415613443
Binary101010111000011011101011011000001000011011101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8607; }

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

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

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

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

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

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

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

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