Html Css Color HEX #AA5526 Rich Gold

📋 copy color: '#AA5526'

red 170 ◦ green 85 ◦ blue 38

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

Shades of Rich Gold #AA5526

Tints of Rich Gold #AA5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 58.02%
G = 29.01%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA5526 (or 0xAA5526) is known color: Rich Gold. HEX triplet: AA, 55 and 26. RGB value is (170,85,38). Sum of RGB (Red+Green+Blue) = 170+85+38=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5526 is #55AAD9. Grayscale: #696969. Windows color (decimal): -5614298 or 2512298. OLE color: 2512298.

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

Color convert

RGB 170 85 38 -
CMYK 0 0.50 0.78 0.33
HSL 21.36º 0.63% 0.41% -
HSV(B) 21.36º 0.78% 0.67% -
XYZ 20.18 15.18 3.7 -
YUV 105.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 170 85 38 0 0.50 0.78 0.33 21.36 0.63 0.41
Hex AA 55 26 0 32 4E 21 15 3F 29
Octal 252 125 46 0 62 116 41 25 77 51
Binary 10101010 1010101 100110 0 110010 1001110 100001 10101 111111 101001

Color Harmonies of #AA5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5526

Black with #AA5526

Text Example


Text Example

White with #AA5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5526; }

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

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

background-color css

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

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

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

border-color css

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

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

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