Html Css Color HEX #AA8A14 Dark Goldenrod

📋 copy color: '#AA8A14'

red 170 ◦ green 138 ◦ blue 20

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

Shades of Dark Goldenrod #AA8A14

Tints of Dark Goldenrod #AA8A14

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.07%

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 51.83%
G = 42.07%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA8A14 (or 0xAA8A14) is known color: Dark Goldenrod. HEX triplet: AA, 8A and 14. RGB value is (170,138,20). Sum of RGB (Red+Green+Blue) = 170+138+20=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8A14 is #5575EB. Grayscale: #868686. Windows color (decimal): -5600748 or 1346218. OLE color: 1346218.

HSL color Cylindrical-coordinate representation of color #AA8A14: hue angle of 47.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA8A14 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 138 20 -
CMYK 0 0.19 0.88 0.33
HSL 47.2º 0.79% 0.37% -
HSV(B) 47.2º 0.88% 0.67% -
XYZ 25.79 26.77 4.47 -
YUV 134.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 170 138 20 0 0.19 0.88 0.33 47.2 0.79 0.37
Hex AA 8A 14 0 13 58 21 2F 4F 25
Octal 252 212 24 0 23 130 41 57 117 45
Binary 10101010 10001010 10100 0 10011 1011000 100001 101111 1001111 100101

Color Harmonies of #AA8A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A14

Black with #AA8A14

Text Example


Text Example

White with #AA8A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A14; }

 p { color: rgb(170,138,20); }

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

background-color css

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

 a { background-color: rgb(170,138,20); }

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

border-color css

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

 span { border-color: rgb(170,138,20); }

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