Html Css Color HEX #AA5449 Apple Blossom

📋 copy color: '#AA5449'

red 170 ◦ green 84 ◦ blue 73

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

Shades of Apple Blossom #AA5449

Tints of Apple Blossom #AA5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 51.99%
G = 25.69%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA5449 (or 0xAA5449) is known color: Apple Blossom. HEX triplet: AA, 54 and 49. RGB value is (170,84,73). Sum of RGB (Red+Green+Blue) = 170+84+73=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5449 is #55ABB6. Grayscale: #6C6C6C. Windows color (decimal): -5614519 or 4805802. OLE color: 4805802.

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

Color convert

RGB 170 84 73 -
CMYK 0 0.51 0.57 0.33
HSL 6.8º 0.4% 0.48% -
HSV(B) 6.8º 0.57% 0.67% -
XYZ 20.95 15.37 8.17 -
YUV 108.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 170 84 73 0 0.51 0.57 0.33 6.8 0.4 0.48
Hex AA 54 49 0 33 39 21 7 28 30
Octal 252 124 111 0 63 71 41 7 50 60
Binary 10101010 1010100 1001001 0 110011 111001 100001 111 101000 110000

Color Harmonies of #AA5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5449

Black with #AA5449

Text Example


Text Example

White with #AA5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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