#AB900B

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

Shades of Dark Goldenrod #AB900B

Tints of Dark Goldenrod #AB900B

Color information

#AB900B (or 0xAB900B) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 90 and 0B. RGB value is (171,144,11). Sum of RGB (Red+Green+Blue) = 171+144+11=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB900B is #546FF4. Grayscale: #898989. Windows color (decimal): -5533685 or 757931. OLE color: 757931.

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

Color convert

RGB17114411-
CMYK00.160.940.33
HSL49.88º87.91%35.69%-
HSV(B)49.88º93.57%67.06%-
XYZ26.8328.634.43-
YUV136.9156.95152.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 11 (4.69% from 255) = 3.37%
R=52.45%
G=44.17%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711441100.160.940.3349.8887.9135.69
HexAB90B0105E21325824
Octal25322013020136416213044
Binary1010101110010000101101000010111101000011100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB900B; }

 p { color: rgb(171,144,11); }

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

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

 a { background-color: rgb(171,144,11); }

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

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

 span { border-color: rgb(171,144,11); }

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