Html Css Color HEX #AB7D09 Dark Goldenrod

📋 copy color: '#AB7D09'

red 171 ◦ green 125 ◦ blue 9

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

Shades of Dark Goldenrod #AB7D09

Tints of Dark Goldenrod #AB7D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.98%

 BLUE value IS 9 (3.91% from 255) = 2.95%

R = 56.07%
G = 40.98%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB7D09 (or 0xAB7D09) is known color: Dark Goldenrod. HEX triplet: AB, 7D and 09. RGB value is (171,125,9). Sum of RGB (Red+Green+Blue) = 171+125+9=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D09 is #5482F6. Grayscale: #7E7E7E. Windows color (decimal): -5538551 or 621995. OLE color: 621995.

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

Color convert

RGB 171 125 9 -
CMYK 0 0.27 0.95 0.33
HSL 42.96º 0.9% 0.35% -
HSV(B) 42.96º 0.95% 0.67% -
XYZ 24.18 23.34 3.49 -
YUV 125.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 171 125 9 0 0.27 0.95 0.33 42.96 0.9 0.35
Hex AB 7D 9 0 1B 5F 21 2B 5A 23
Octal 253 175 11 0 33 137 41 53 132 43
Binary 10101011 1111101 1001 0 11011 1011111 100001 101011 1011010 100011

Color Harmonies of #AB7D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D09

Black with #AB7D09

Text Example


Text Example

White with #AB7D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D09; }

 p { color: rgb(171,125,9); }

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

background-color css

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

 a { background-color: rgb(171,125,9); }

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

border-color css

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

 span { border-color: rgb(171,125,9); }

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