Html Css Color HEX #AA800E Dark Goldenrod

📋 copy color: '#AA800E'

red 170 ◦ green 128 ◦ blue 14

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

Shades of Dark Goldenrod #AA800E

Tints of Dark Goldenrod #AA800E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 54.49%
G = 41.03%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA800E (or 0xAA800E) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 0E. RGB value is (170,128,14). Sum of RGB (Red+Green+Blue) = 170+128+14=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA800E is #557FF1. Grayscale: #808080. Windows color (decimal): -5603314 or 950442. OLE color: 950442.

HSL color Cylindrical-coordinate representation of color #AA800E: hue angle of 43.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA800E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 14 -
CMYK 0 0.25 0.92 0.33
HSL 43.85º 0.85% 0.36% -
HSV(B) 43.85º 0.92% 0.67% -
XYZ 24.38 24.02 3.77 -
YUV 127.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 170 128 14 0 0.25 0.92 0.33 43.85 0.85 0.36
Hex AA 80 E 0 19 5C 21 2C 55 24
Octal 252 200 16 0 31 134 41 54 125 44
Binary 10101010 10000000 1110 0 11001 1011100 100001 101100 1010101 100100

Color Harmonies of #AA800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA800E

Black with #AA800E

Text Example


Text Example

White with #AA800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA800E; }

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

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

background-color css

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

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

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

border-color css

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

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

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