#AB7406

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

Shades of Dark Goldenrod #AB7406

Tints of Dark Goldenrod #AB7406

Color information

#AB7406 (or 0xAB7406) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 74 and 06. RGB value is (171,116,6). Sum of RGB (Red+Green+Blue) = 171+116+6=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7406 is #548BF9. Grayscale: #787878. Windows color (decimal): -5540858 or 423083. OLE color: 423083.

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

Color convert

RGB1711166-
CMYK00.320.960.33
HSL40º93.22%34.71%-
HSV(B)40º96.49%67.06%-
XYZ23.0721.163.04-
YUV119.963.72164.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.36%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 6 (2.73% from 255) = 2.05%
R=58.36%
G=39.59%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171116600.320.960.334093.2234.71
HexAB7460206021285d23
Octal2531646040140415013543
Binary101010111110100110010000011000001000011010001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7406; }

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

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

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

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

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

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

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

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