#AB7B06

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

Shades of Dark Goldenrod #AB7B06

Tints of Dark Goldenrod #AB7B06

Color information

#AB7B06 (or 0xAB7B06) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 7B and 06. RGB value is (171,123,6). Sum of RGB (Red+Green+Blue) = 171+123+6=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B06 is #5484F9. Grayscale: #7C7C7C. Windows color (decimal): -5539066 or 424875. OLE color: 424875.

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

Color convert

RGB1711236-
CMYK00.280.960.33
HSL42.55º93.22%34.71%-
HSV(B)42.55º96.49%67.06%-
XYZ23.9122.843.32-
YUV124.0161.4161.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 6 (2.73% from 255) = 2%
R=57%
G=41%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171123600.280.960.3342.5593.2234.71
HexAB7B601C60212b5d23
Octal2531736034140415313543
Binary10101011111101111001110011000001000011010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B06; }

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

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

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

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

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

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

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

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