#AA5226

Color #AA5226 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AA5226

Tints of Rose Of Sharon #AA5226

Color information

#AA5226 (or 0xAA5226) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 52 and 26. RGB value is (170,82,38). Sum of RGB (Red+Green+Blue) = 170+82+38=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5226 is #55ADD9. Grayscale: #676767. Windows color (decimal): -5615066 or 2511530. OLE color: 2511530.

HSL color Cylindrical-coordinate representation of color #AA5226: hue angle of 20º 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 #AA5226 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1708238-
CMYK00.520.780.33
HSL20º63.46%40.78%-
HSV(B)20º77.65%66.67%-
XYZ19.9414.723.62-
YUV103.391.15175.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 38 (15.23% from 255) = 13.10%
R=58.62%
G=28.28%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170823800.520.780.332063.4640.78
HexAA52260344E21143f29
Octal2521224606411641247751
Binary1010101010100101001100110100100111010000110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5226; }

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

 H1.HeaderClassName
 {
   color: #AA5226;
 }
 .AnyTagClassName
 {
   color: #AA5226;
 }
</style>
background-color css

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

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

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

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

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

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