Html Css Color HEX #AA552A Rose Of Sharon

📋 copy color: '#AA552A'

red 170 ◦ green 85 ◦ blue 42

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

Shades of Rose Of Sharon #AA552A

Tints of Rose Of Sharon #AA552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 57.24%
G = 28.62%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA552A (or 0xAA552A) is known color: Rose Of Sharon. HEX triplet: AA, 55 and 2A. RGB value is (170,85,42). Sum of RGB (Red+Green+Blue) = 170+85+42=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA552A is #55AAD5. Grayscale: #696969. Windows color (decimal): -5614294 or 2774442. OLE color: 2774442.

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

Color convert

RGB 170 85 42 -
CMYK 0 0.50 0.75 0.33
HSL 20.16º 0.6% 0.42% -
HSV(B) 20.16º 0.75% 0.67% -
XYZ 20.24 15.21 4.06 -
YUV 105.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 170 85 42 0 0.50 0.75 0.33 20.16 0.6 0.42
Hex AA 55 2A 0 32 4B 21 14 3C 2A
Octal 252 125 52 0 62 113 41 24 74 52
Binary 10101010 1010101 101010 0 110010 1001011 100001 10100 111100 101010

Color Harmonies of #AA552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA552A

Black with #AA552A

Text Example


Text Example

White with #AA552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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