Html Css Color HEX #AA5718 Rich Gold

📋 copy color: '#AA5718'

red 170 ◦ green 87 ◦ blue 24

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

Shades of Rich Gold #AA5718

Tints of Rich Gold #AA5718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.96%

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 60.5%
G = 30.96%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA5718 (or 0xAA5718) is known color: Rich Gold. HEX triplet: AA, 57 and 18. RGB value is (170,87,24). Sum of RGB (Red+Green+Blue) = 170+87+24=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5718 is #55A8E7. Grayscale: #686868. Windows color (decimal): -5613800 or 1595306. OLE color: 1595306.

HSL color Cylindrical-coordinate representation of color #AA5718: hue angle of 25.89º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA5718 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 87 24 -
CMYK 0 0.49 0.86 0.33
HSL 25.89º 0.75% 0.38% -
HSV(B) 25.89º 0.86% 0.67% -
XYZ 20.15 15.43 2.78 -
YUV 104.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 170 87 24 0 0.49 0.86 0.33 25.89 0.75 0.38
Hex AA 57 18 0 31 56 21 1A 4B 26
Octal 252 127 30 0 61 126 41 32 113 46
Binary 10101010 1010111 11000 0 110001 1010110 100001 11010 1001011 100110

Color Harmonies of #AA5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5718

Black with #AA5718

Text Example


Text Example

White with #AA5718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5718; }

 p { color: rgb(170,87,24); }

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

background-color css

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

 a { background-color: rgb(170,87,24); }

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

border-color css

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

 span { border-color: rgb(170,87,24); }

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