#AB750A

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

Shades of Dark Goldenrod #AB750A

Tints of Dark Goldenrod #AB750A

Color information

#AB750A (or 0xAB750A) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 75 and 0A. RGB value is (171,117,10). Sum of RGB (Red+Green+Blue) = 171+117+10=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB750A is #548AF5. Grayscale: #797979. Windows color (decimal): -5540598 or 685483. OLE color: 685483.

HSL color Cylindrical-coordinate representation of color #AB750A: hue angle of 39.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB750A is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17111710-
CMYK00.320.940.33
HSL39.88º88.95%35.49%-
HSV(B)39.88º94.15%67.06%-
XYZ23.2121.43.19-
YUV120.9565.39163.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.38%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 10 (4.30% from 255) = 3.36%
R=57.38%
G=39.26%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711171000.320.940.3339.8888.9535.49
HexAB75A0205E21285923
Octal25316512040136415013143
Binary1010101111101011010010000010111101000011010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB750A; }

 p { color: rgb(171,117,10); }

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

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

 a { background-color: rgb(171,117,10); }

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

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

 span { border-color: rgb(171,117,10); }

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