#AB910A

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

Shades of Dark Goldenrod #AB910A

Tints of Dark Goldenrod #AB910A

Color information

#AB910A (or 0xAB910A) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 91 and 0A. RGB value is (171,145,10). Sum of RGB (Red+Green+Blue) = 171+145+10=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB910A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB910A is #546EF5. Grayscale: #898989. Windows color (decimal): -5533430 or 692651. OLE color: 692651.

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

Color convert

RGB17114510-
CMYK00.150.940.33
HSL50.31º88.95%35.49%-
HSV(B)50.31º94.15%67.06%-
XYZ26.9728.934.45-
YUV137.3856.11151.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 10 (4.30% from 255) = 3.07%
R=52.45%
G=44.48%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711451000.150.940.3350.3188.9535.49
HexAB91A0F5E21325923
Octal25322112017136416213143
Binary101010111001000110100111110111101000011100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB910A; }

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

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

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

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

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

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

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

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