Html Css Color HEX #AB9005 Dark Goldenrod

📋 copy color: '#AB9005'

red 171 ◦ green 144 ◦ blue 5

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

Shades of Dark Goldenrod #AB9005

Tints of Dark Goldenrod #AB9005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 53.44%
G = 45%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB9005 (or 0xAB9005) is known color: Dark Goldenrod. HEX triplet: AB, 90 and 05. RGB value is (171,144,5). Sum of RGB (Red+Green+Blue) = 171+144+5=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9005 is #546FFA. Grayscale: #888888. Windows color (decimal): -5533691 or 364715. OLE color: 364715.

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

Color convert

RGB 171 144 5 -
CMYK 0 0.16 0.97 0.33
HSL 50.24º 0.94% 0.35% -
HSV(B) 50.24º 0.97% 0.67% -
XYZ 26.8 28.62 4.25 -
YUV 136.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 171 144 5 0 0.16 0.97 0.33 50.24 0.94 0.35
Hex AB 90 5 0 10 61 21 32 5E 23
Octal 253 220 5 0 20 141 41 62 136 43
Binary 10101011 10010000 101 0 10000 1100001 100001 110010 1011110 100011

Color Harmonies of #AB9005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9005

Black with #AB9005

Text Example


Text Example

White with #AB9005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9005; }

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

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

background-color css

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

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

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

border-color css

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

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

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