Html Css Color HEX #AA5610 Rich Gold

📋 copy color: '#AA5610'

red 170 ◦ green 86 ◦ blue 16

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

Shades of Rich Gold #AA5610

Tints of Rich Gold #AA5610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 62.5%
G = 31.62%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA5610 (or 0xAA5610) is known color: Rich Gold. HEX triplet: AA, 56 and 10. RGB value is (170,86,16). Sum of RGB (Red+Green+Blue) = 170+86+16=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5610 is #55A9EF. Grayscale: #676767. Windows color (decimal): -5614064 or 1070762. OLE color: 1070762.

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

Color convert

RGB 170 86 16 -
CMYK 0 0.49 0.91 0.33
HSL 27.27º 0.83% 0.36% -
HSV(B) 27.27º 0.91% 0.67% -
XYZ 20 15.24 2.38 -
YUV 103.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 170 86 16 0 0.49 0.91 0.33 27.27 0.83 0.36
Hex AA 56 10 0 31 5B 21 1B 53 24
Octal 252 126 20 0 61 133 41 33 123 44
Binary 10101010 1010110 10000 0 110001 1011011 100001 11011 1010011 100100

Color Harmonies of #AA5610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5610

Black with #AA5610

Text Example


Text Example

White with #AA5610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5610; }

 p { color: rgb(170,86,16); }

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

background-color css

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

 a { background-color: rgb(170,86,16); }

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

border-color css

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

 span { border-color: rgb(170,86,16); }

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