#AB9206

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

Shades of Dark Goldenrod #AB9206

Tints of Dark Goldenrod #AB9206

Color information

#AB9206 (or 0xAB9206) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 92 and 06. RGB value is (171,146,6). Sum of RGB (Red+Green+Blue) = 171+146+6=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9206 is #546DF9. Grayscale: #8A8A8A. Windows color (decimal): -5533178 or 430763. OLE color: 430763.

HSL color Cylindrical-coordinate representation of color #AB9206: hue angle of 50.91º degrees, saturation: 0.93, 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 #AB9206 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1711466-
CMYK00.150.960.33
HSL50.91º93.22%34.71%-
HSV(B)50.91º96.49%67.06%-
XYZ27.1129.234.39-
YUV137.5153.78151.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 6 (2.73% from 255) = 1.86%
R=52.94%
G=45.20%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171146600.150.960.3350.9193.2234.71
HexAB9260F6021335d23
Octal2532226017140416313543
Binary10101011100100101100111111000001000011100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9206; }

 p { color: rgb(171,146,6); }

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

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

 a { background-color: rgb(171,146,6); }

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

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

 span { border-color: rgb(171,146,6); }

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