#AB7206

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

Shades of Dark Goldenrod #AB7206

Tints of Dark Goldenrod #AB7206

Color information

#AB7206 (or 0xAB7206) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 72 and 06. RGB value is (171,114,6). Sum of RGB (Red+Green+Blue) = 171+114+6=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7206 is #548DF9. Grayscale: #777777. Windows color (decimal): -5541370 or 422571. OLE color: 422571.

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

Color convert

RGB1711146-
CMYK00.330.960.33
HSL39.27º93.22%34.71%-
HSV(B)39.27º96.49%67.06%-
XYZ22.8420.712.96-
YUV118.7364.38165.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.76%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 6 (2.73% from 255) = 2.06%
R=58.76%
G=39.18%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171114600.330.960.3339.2793.2234.71
HexAB7260216021275d23
Octal2531626041140414713543
Binary101010111110010110010000111000001000011001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7206; }

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

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

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

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

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

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

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

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