Html Css Color HEX #AB900A Dark Goldenrod

📋 copy color: '#AB900A'

red 171 ◦ green 144 ◦ blue 10

#AB900A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AB900A

Tints of Dark Goldenrod #AB900A

RGB

 RED value IS 171 (67.19% from 255) = 52.62%

 GREEN value IS 144 (56.64% from 255) = 44.31%

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 52.62%
G = 44.31%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB900A (or 0xAB900A) is known color: Dark Goldenrod. HEX triplet: AB, 90 and 0A. RGB value is (171,144,10). Sum of RGB (Red+Green+Blue) = 171+144+10=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB900A is #546FF5. Grayscale: #898989. Windows color (decimal): -5533686 or 692395. OLE color: 692395.

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

Color convert

RGB 171 144 10 -
CMYK 0 0.16 0.94 0.33
HSL 49.94º 0.89% 0.35% -
HSV(B) 49.94º 0.94% 0.67% -
XYZ 26.82 28.63 4.4 -
YUV 136.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 171 144 10 0 0.16 0.94 0.33 49.94 0.89 0.35
Hex AB 90 A 0 10 5E 21 32 59 23
Octal 253 220 12 0 20 136 41 62 131 43
Binary 10101011 10010000 1010 0 10000 1011110 100001 110010 1011001 100011

Color Harmonies of #AB900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB900A

Black with #AB900A

Text Example


Text Example

White with #AB900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB900A; }

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

 H1.HeaderClassName
 {
   color: #AB900A;
 }
 .AnyTagClassName
 {
   color: #AB900A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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