Html Css Color HEX #AA5713 Rich Gold

📋 copy color: '#AA5713'

red 170 ◦ green 87 ◦ blue 19

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

Shades of Rich Gold #AA5713

Tints of Rich Gold #AA5713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 61.59%
G = 31.52%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA5713 (or 0xAA5713) is known color: Rich Gold. HEX triplet: AA, 57 and 13. RGB value is (170,87,19). Sum of RGB (Red+Green+Blue) = 170+87+19=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5713 is #55A8EC. Grayscale: #686868. Windows color (decimal): -5613805 or 1267626. OLE color: 1267626.

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

Color convert

RGB 170 87 19 -
CMYK 0 0.49 0.89 0.33
HSL 27.02º 0.8% 0.37% -
HSV(B) 27.02º 0.89% 0.67% -
XYZ 20.1 15.41 2.53 -
YUV 104.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 170 87 19 0 0.49 0.89 0.33 27.02 0.8 0.37
Hex AA 57 13 0 31 59 21 1B 50 25
Octal 252 127 23 0 61 131 41 33 120 45
Binary 10101010 1010111 10011 0 110001 1011001 100001 11011 1010000 100101

Color Harmonies of #AA5713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5713

Black with #AA5713

Text Example


Text Example

White with #AA5713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5713; }

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

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

background-color css

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

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

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

border-color css

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

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

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