#AB7106

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

Shades of Dark Goldenrod #AB7106

Tints of Dark Goldenrod #AB7106

Color information

#AB7106 (or 0xAB7106) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 71 and 06. RGB value is (171,113,6). Sum of RGB (Red+Green+Blue) = 171+113+6=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7106 is #548EF9. Grayscale: #767676. Windows color (decimal): -5541626 or 422315. OLE color: 422315.

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

Color convert

RGB1711136-
CMYK00.340.960.33
HSL38.91º93.22%34.71%-
HSV(B)38.91º96.49%67.06%-
XYZ22.7320.482.93-
YUV118.1464.72165.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.97%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 6 (2.73% from 255) = 2.07%
R=58.97%
G=38.97%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171113600.340.960.3338.9193.2234.71
HexAB7160226021275d23
Octal2531616042140414713543
Binary101010111110001110010001011000001000011001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7106; }

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

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

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

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

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

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

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

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