Html Css Color HEX #AA8314 Dark Goldenrod

📋 copy color: '#AA8314'

red 170 ◦ green 131 ◦ blue 20

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

Shades of Dark Goldenrod #AA8314

Tints of Dark Goldenrod #AA8314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

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

R = 52.96%
G = 40.81%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA8314 (or 0xAA8314) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 14. RGB value is (170,131,20). Sum of RGB (Red+Green+Blue) = 170+131+20=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8314 is #557CEB. Grayscale: #828282. Windows color (decimal): -5602540 or 1344426. OLE color: 1344426.

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

Color convert

RGB 170 131 20 -
CMYK 0 0.23 0.88 0.33
HSL 44.4º 0.79% 0.37% -
HSV(B) 44.4º 0.88% 0.67% -
XYZ 24.82 24.83 4.15 -
YUV 130.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 170 131 20 0 0.23 0.88 0.33 44.4 0.79 0.37
Hex AA 83 14 0 17 58 21 2C 4F 25
Octal 252 203 24 0 27 130 41 54 117 45
Binary 10101010 10000011 10100 0 10111 1011000 100001 101100 1001111 100101

Color Harmonies of #AA8314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8314

Black with #AA8314

Text Example


Text Example

White with #AA8314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8314; }

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

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

background-color css

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

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

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

border-color css

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

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

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