Html Css Color HEX #AA8014 Dark Goldenrod

📋 copy color: '#AA8014'

red 170 ◦ green 128 ◦ blue 20

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

Shades of Dark Goldenrod #AA8014

Tints of Dark Goldenrod #AA8014

RGB

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

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

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

R = 53.46%
G = 40.25%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA8014 (or 0xAA8014) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 14. RGB value is (170,128,20). Sum of RGB (Red+Green+Blue) = 170+128+20=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8014 is #557FEB. Grayscale: #808080. Windows color (decimal): -5603308 or 1343658. OLE color: 1343658.

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

Color convert

RGB 170 128 20 -
CMYK 0 0.25 0.88 0.33
HSL 43.2º 0.79% 0.37% -
HSV(B) 43.2º 0.88% 0.67% -
XYZ 24.42 24.03 4.01 -
YUV 128.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 170 128 20 0 0.25 0.88 0.33 43.2 0.79 0.37
Hex AA 80 14 0 19 58 21 2B 4F 25
Octal 252 200 24 0 31 130 41 53 117 45
Binary 10101010 10000000 10100 0 11001 1011000 100001 101011 1001111 100101

Color Harmonies of #AA8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8014

Black with #AA8014

Text Example


Text Example

White with #AA8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8014; }

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

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

background-color css

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

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

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

border-color css

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

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

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