Html Css Color HEX #AA7E09 Dark Goldenrod

📋 copy color: '#AA7E09'

red 170 ◦ green 126 ◦ blue 9

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

Shades of Dark Goldenrod #AA7E09

Tints of Dark Goldenrod #AA7E09

RGB

 RED value IS 170 (66.8% from 255) = 55.74%

 GREEN value IS 126 (49.61% from 255) = 41.31%

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

R = 55.74%
G = 41.31%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA7E09 (or 0xAA7E09) is known color: Dark Goldenrod. HEX triplet: AA, 7E and 09. RGB value is (170,126,9). Sum of RGB (Red+Green+Blue) = 170+126+9=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7E09 is #5581F6. Grayscale: #7E7E7E. Windows color (decimal): -5603831 or 622250. OLE color: 622250.

HSL color Cylindrical-coordinate representation of color #AA7E09: hue angle of 43.6º 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 #AA7E09 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 126 9 -
CMYK 0 0.26 0.95 0.33
HSL 43.6º 0.9% 0.35% -
HSV(B) 43.6º 0.95% 0.67% -
XYZ 24.09 23.49 3.52 -
YUV 125.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 170 126 9 0 0.26 0.95 0.33 43.6 0.9 0.35
Hex AA 7E 9 0 1A 5F 21 2C 5A 23
Octal 252 176 11 0 32 137 41 54 132 43
Binary 10101010 1111110 1001 0 11010 1011111 100001 101100 1011010 100011

Color Harmonies of #AA7E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E09

Black with #AA7E09

Text Example


Text Example

White with #AA7E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E09; }

 p { color: rgb(170,126,9); }

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

background-color css

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

 a { background-color: rgb(170,126,9); }

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

border-color css

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

 span { border-color: rgb(170,126,9); }

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