Html Css Color HEX #AB9002 Dark Goldenrod

📋 copy color: '#AB9002'

red 171 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #AB9002

Tints of Dark Goldenrod #AB9002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 53.94%
G = 45.43%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB9002 (or 0xAB9002) is known color: Dark Goldenrod. HEX triplet: AB, 90 and 02. RGB value is (171,144,2). Sum of RGB (Red+Green+Blue) = 171+144+2=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9002 is #546FFD. Grayscale: #888888. Windows color (decimal): -5533694 or 168107. OLE color: 168107.

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

Color convert

RGB 171 144 2 -
CMYK 0 0.16 0.99 0.33
HSL 50.41º 0.98% 0.34% -
HSV(B) 50.41º 0.99% 0.67% -
XYZ 26.78 28.61 4.17 -
YUV 135.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 171 144 2 0 0.16 0.99 0.33 50.41 0.98 0.34
Hex AB 90 2 0 10 63 21 32 62 22
Octal 253 220 2 0 20 143 41 62 142 42
Binary 10101011 10010000 10 0 10000 1100011 100001 110010 1100010 100010

Color Harmonies of #AB9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9002

Black with #AB9002

Text Example


Text Example

White with #AB9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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