Html Css Color HEX #AB9007 Dark Goldenrod

📋 copy color: '#AB9007'

red 171 ◦ green 144 ◦ blue 7

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

Shades of Dark Goldenrod #AB9007

Tints of Dark Goldenrod #AB9007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 53.11%
G = 44.72%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB9007 (or 0xAB9007) is known color: Dark Goldenrod. HEX triplet: AB, 90 and 07. RGB value is (171,144,7). Sum of RGB (Red+Green+Blue) = 171+144+7=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9007 is #546FF8. Grayscale: #898989. Windows color (decimal): -5533689 or 495787. OLE color: 495787.

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

Color convert

RGB 171 144 7 -
CMYK 0 0.16 0.96 0.33
HSL 50.12º 0.92% 0.35% -
HSV(B) 50.12º 0.96% 0.67% -
XYZ 26.81 28.62 4.31 -
YUV 136.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 171 144 7 0 0.16 0.96 0.33 50.12 0.92 0.35
Hex AB 90 7 0 10 60 21 32 5C 23
Octal 253 220 7 0 20 140 41 62 134 43
Binary 10101011 10010000 111 0 10000 1100000 100001 110010 1011100 100011

Color Harmonies of #AB9007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9007

Black with #AB9007

Text Example


Text Example

White with #AB9007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9007; }

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

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

background-color css

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

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

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

border-color css

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

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

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