Html Css Color HEX #AA7A0A Dark Goldenrod

📋 copy color: '#AA7A0A'

red 170 ◦ green 122 ◦ blue 10

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

Shades of Dark Goldenrod #AA7A0A

Tints of Dark Goldenrod #AA7A0A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.4%

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 56.29%
G = 40.4%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA7A0A (or 0xAA7A0A) is known color: Dark Goldenrod. HEX triplet: AA, 7A and 0A. RGB value is (170,122,10). Sum of RGB (Red+Green+Blue) = 170+122+10=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A0A is #5585F5. Grayscale: #7C7C7C. Windows color (decimal): -5604854 or 686762. OLE color: 686762.

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

Color convert

RGB 170 122 10 -
CMYK 0 0.28 0.94 0.33
HSL 42º 0.89% 0.35% -
HSV(B) 42º 0.94% 0.67% -
XYZ 23.59 22.49 3.38 -
YUV 123.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 170 122 10 0 0.28 0.94 0.33 42 0.89 0.35
Hex AA 7A A 0 1C 5E 21 2A 59 23
Octal 252 172 12 0 34 136 41 52 131 43
Binary 10101010 1111010 1010 0 11100 1011110 100001 101010 1011001 100011

Color Harmonies of #AA7A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A0A

Black with #AA7A0A

Text Example


Text Example

White with #AA7A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A0A; }

 p { color: rgb(170,122,10); }

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

background-color css

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

 a { background-color: rgb(170,122,10); }

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

border-color css

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

 span { border-color: rgb(170,122,10); }

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