Html Css Color HEX #AA5249 Apple Blossom

📋 copy color: '#AA5249'

red 170 ◦ green 82 ◦ blue 73

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

Shades of Apple Blossom #AA5249

Tints of Apple Blossom #AA5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 52.31%
G = 25.23%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA5249 (or 0xAA5249) is known color: Apple Blossom. HEX triplet: AA, 52 and 49. RGB value is (170,82,73). Sum of RGB (Red+Green+Blue) = 170+82+73=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5249 is #55ADB6. Grayscale: #6B6B6B. Windows color (decimal): -5615031 or 4805290. OLE color: 4805290.

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

Color convert

RGB 170 82 73 -
CMYK 0 0.52 0.57 0.33
HSL 5.57º 0.4% 0.48% -
HSV(B) 5.57º 0.57% 0.67% -
XYZ 20.8 15.06 8.11 -
YUV 107.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 170 82 73 0 0.52 0.57 0.33 5.57 0.4 0.48
Hex AA 52 49 0 34 39 21 6 28 30
Octal 252 122 111 0 64 71 41 6 50 60
Binary 10101010 1010010 1001001 0 110100 111001 100001 110 101000 110000

Color Harmonies of #AA5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5249

Black with #AA5249

Text Example


Text Example

White with #AA5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5249; }

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

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

background-color css

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

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

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

border-color css

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

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

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