Html Css Color HEX #AB900B Dark Goldenrod

📋 copy color: '#AB900B'

red 171 ◦ green 144 ◦ blue 11

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

Shades of Dark Goldenrod #AB900B

Tints of Dark Goldenrod #AB900B

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 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

#AB900B (or 0xAB900B) is known color: 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

RGB 171 144 11 -
CMYK 0 0.16 0.94 0.33
HSL 49.88º 0.88% 0.36% -
HSV(B) 49.88º 0.94% 0.67% -
XYZ 26.83 28.63 4.43 -
YUV 136.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 171 144 11 0 0.16 0.94 0.33 49.88 0.88 0.36
Hex AB 90 B 0 10 5E 21 32 58 24
Octal 253 220 13 0 20 136 41 62 130 44
Binary 10101011 10010000 1011 0 10000 1011110 100001 110010 1011000 100100

Color Harmonies of #AB900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB900B

Black with #AB900B

Text Example


Text Example

White with #AB900B

Text Example


Text Example

HTML Codes & Css Web 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>