Html Css Color HEX #AA552B Rose Of Sharon

📋 copy color: '#AA552B'

red 170 ◦ green 85 ◦ blue 43

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

Shades of Rose Of Sharon #AA552B

Tints of Rose Of Sharon #AA552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.43%

R = 57.05%
G = 28.52%
B = 14.43%

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

#AA552B (or 0xAA552B) is known color: Rose Of Sharon. HEX triplet: AA, 55 and 2B. RGB value is (170,85,43). Sum of RGB (Red+Green+Blue) = 170+85+43=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA552B is #55AAD4. Grayscale: #696969. Windows color (decimal): -5614293 or 2839978. OLE color: 2839978.

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

Color convert

RGB 170 85 43 -
CMYK 0 0.50 0.75 0.33
HSL 19.84º 0.6% 0.42% -
HSV(B) 19.84º 0.75% 0.67% -
XYZ 20.26 15.22 4.15 -
YUV 105.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 170 85 43 0 0.50 0.75 0.33 19.84 0.6 0.42
Hex AA 55 2B 0 32 4B 21 14 3C 2A
Octal 252 125 53 0 62 113 41 24 74 52
Binary 10101010 1010101 101011 0 110010 1001011 100001 10100 111100 101010

Color Harmonies of #AA552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA552B

Black with #AA552B

Text Example


Text Example

White with #AA552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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