Html Css Color HEX #AA7D0A Dark Goldenrod

📋 copy color: '#AA7D0A'

red 170 ◦ green 125 ◦ blue 10

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

Shades of Dark Goldenrod #AA7D0A

Tints of Dark Goldenrod #AA7D0A

RGB

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

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

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

R = 55.74%
G = 40.98%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA7D0A (or 0xAA7D0A) is known color: Dark Goldenrod. HEX triplet: AA, 7D and 0A. RGB value is (170,125,10). Sum of RGB (Red+Green+Blue) = 170+125+10=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D0A is #5582F5. Grayscale: #7D7D7D. Windows color (decimal): -5604086 or 687530. OLE color: 687530.

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

Color convert

RGB 170 125 10 -
CMYK 0 0.26 0.94 0.33
HSL 43.13º 0.89% 0.35% -
HSV(B) 43.13º 0.94% 0.67% -
XYZ 23.97 23.24 3.51 -
YUV 125.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 170 125 10 0 0.26 0.94 0.33 43.13 0.89 0.35
Hex AA 7D A 0 1A 5E 21 2B 59 23
Octal 252 175 12 0 32 136 41 53 131 43
Binary 10101010 1111101 1010 0 11010 1011110 100001 101011 1011001 100011

Color Harmonies of #AA7D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D0A

Black with #AA7D0A

Text Example


Text Example

White with #AA7D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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