Html Css Color HEX #AA552C Rose Of Sharon

📋 copy color: '#AA552C'

red 170 ◦ green 85 ◦ blue 44

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

Shades of Rose Of Sharon #AA552C

Tints of Rose Of Sharon #AA552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 56.86%
G = 28.43%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA552C (or 0xAA552C) is known color: Rose Of Sharon. HEX triplet: AA, 55 and 2C. RGB value is (170,85,44). Sum of RGB (Red+Green+Blue) = 170+85+44=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA552C is #55AAD3. Grayscale: #696969. Windows color (decimal): -5614292 or 2905514. OLE color: 2905514.

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

Color convert

RGB 170 85 44 -
CMYK 0 0.50 0.74 0.33
HSL 19.52º 0.59% 0.42% -
HSV(B) 19.52º 0.74% 0.67% -
XYZ 20.28 15.22 4.25 -
YUV 105.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 170 85 44 0 0.50 0.74 0.33 19.52 0.59 0.42
Hex AA 55 2C 0 32 4A 21 14 3B 2A
Octal 252 125 54 0 62 112 41 24 73 52
Binary 10101010 1010101 101100 0 110010 1001010 100001 10100 111011 101010

Color Harmonies of #AA552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA552C

Black with #AA552C

Text Example


Text Example

White with #AA552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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