Html Css Color HEX #AA5523 Rich Gold

📋 copy color: '#AA5523'

red 170 ◦ green 85 ◦ blue 35

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

Shades of Rich Gold #AA5523

Tints of Rich Gold #AA5523

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 35 (14.06% from 255) = 12.07%

R = 58.62%
G = 29.31%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA5523 (or 0xAA5523) is known color: Rich Gold. HEX triplet: AA, 55 and 23. RGB value is (170,85,35). Sum of RGB (Red+Green+Blue) = 170+85+35=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5523 is #55AADC. Grayscale: #696969. Windows color (decimal): -5614301 or 2315690. OLE color: 2315690.

HSL color Cylindrical-coordinate representation of color #AA5523: hue angle of 22.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA5523 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 35 -
CMYK 0 0.50 0.79 0.33
HSL 22.22º 0.66% 0.4% -
HSV(B) 22.22º 0.79% 0.67% -
XYZ 20.13 15.16 3.46 -
YUV 104.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 170 85 35 0 0.50 0.79 0.33 22.22 0.66 0.4
Hex AA 55 23 0 32 4F 21 16 42 28
Octal 252 125 43 0 62 117 41 26 102 50
Binary 10101010 1010101 100011 0 110010 1001111 100001 10110 1000010 101000

Color Harmonies of #AA5523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5523

Black with #AA5523

Text Example


Text Example

White with #AA5523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5523; }

 p { color: rgb(170,85,35); }

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

background-color css

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

 a { background-color: rgb(170,85,35); }

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

border-color css

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

 span { border-color: rgb(170,85,35); }

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