Html Css Color HEX #AA5552 Apple Blossom

📋 copy color: '#AA5552'

red 170 ◦ green 85 ◦ blue 82

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

Shades of Apple Blossom #AA5552

Tints of Apple Blossom #AA5552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 50.45%
G = 25.22%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA5552 (or 0xAA5552) is known color: Apple Blossom. HEX triplet: AA, 55 and 52. RGB value is (170,85,82). Sum of RGB (Red+Green+Blue) = 170+85+82=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5552 is #55AAAD. Grayscale: #6E6E6E. Windows color (decimal): -5614254 or 5395882. OLE color: 5395882.

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

Color convert

RGB 170 85 82 -
CMYK 0 0.50 0.52 0.33
HSL 2.05º 0.35% 0.49% -
HSV(B) 2.05º 0.52% 0.67% -
XYZ 21.35 15.65 9.88 -
YUV 110.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 170 85 82 0 0.50 0.52 0.33 2.05 0.35 0.49
Hex AA 55 52 0 32 34 21 2 23 31
Octal 252 125 122 0 62 64 41 2 43 61
Binary 10101010 1010101 1010010 0 110010 110100 100001 10 100011 110001

Color Harmonies of #AA5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5552

Black with #AA5552

Text Example


Text Example

White with #AA5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5552; }

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

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

background-color css

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

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

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

border-color css

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

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

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