#AB7E07

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

Shades of Dark Goldenrod #AB7E07

Tints of Dark Goldenrod #AB7E07

Color information

#AB7E07 (or 0xAB7E07) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 7E and 07. RGB value is (171,126,7). Sum of RGB (Red+Green+Blue) = 171+126+7=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7E07 is #5481F8. Grayscale: #7E7E7E. Windows color (decimal): -5538297 or 491179. OLE color: 491179.

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

Color convert

RGB1711267-
CMYK00.260.960.33
HSL43.54º92.13%34.9%-
HSV(B)43.54º95.91%67.06%-
XYZ24.2923.593.47-
YUV125.8960.91160.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 7 (3.12% from 255) = 2.30%
R=56.25%
G=41.45%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171126700.260.960.3343.5492.1334.9
HexAB7E701A60212c5c23
Octal2531767032140415413443
Binary10101011111111011101101011000001000011011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E07; }

 p { color: rgb(171,126,7); }

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

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

 a { background-color: rgb(171,126,7); }

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

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

 span { border-color: rgb(171,126,7); }

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