Html Css Color HEX #AA800A Dark Goldenrod

📋 copy color: '#AA800A'

red 170 ◦ green 128 ◦ blue 10

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

Shades of Dark Goldenrod #AA800A

Tints of Dark Goldenrod #AA800A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.56%

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

R = 55.19%
G = 41.56%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA800A (or 0xAA800A) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 0A. RGB value is (170,128,10). Sum of RGB (Red+Green+Blue) = 170+128+10=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA800A is #557FF5. Grayscale: #7F7F7F. Windows color (decimal): -5603318 or 688298. OLE color: 688298.

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

Color convert

RGB 170 128 10 -
CMYK 0 0.25 0.94 0.33
HSL 44.25º 0.89% 0.35% -
HSV(B) 44.25º 0.94% 0.67% -
XYZ 24.35 24.01 3.64 -
YUV 127.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 170 128 10 0 0.25 0.94 0.33 44.25 0.89 0.35
Hex AA 80 A 0 19 5E 21 2C 59 23
Octal 252 200 12 0 31 136 41 54 131 43
Binary 10101010 10000000 1010 0 11001 1011110 100001 101100 1011001 100011

Color Harmonies of #AA800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA800A

Black with #AA800A

Text Example


Text Example

White with #AA800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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