Html Css Color HEX #AA5144 Apple Blossom

📋 copy color: '#AA5144'

red 170 ◦ green 81 ◦ blue 68

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

Shades of Apple Blossom #AA5144

Tints of Apple Blossom #AA5144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 53.29%
G = 25.39%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA5144 (or 0xAA5144) is known color: Apple Blossom. HEX triplet: AA, 51 and 44. RGB value is (170,81,68). Sum of RGB (Red+Green+Blue) = 170+81+68=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5144 is #55AEBB. Grayscale: #6A6A6A. Windows color (decimal): -5615292 or 4477354. OLE color: 4477354.

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

Color convert

RGB 170 81 68 -
CMYK 0 0.52 0.6 0.33
HSL 7.65º 0.43% 0.47% -
HSV(B) 7.65º 0.6% 0.67% -
XYZ 20.56 14.85 7.25 -
YUV 106.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 170 81 68 0 0.52 0.6 0.33 7.65 0.43 0.47
Hex AA 51 44 0 34 3C 21 8 2B 2F
Octal 252 121 104 0 64 74 41 10 53 57
Binary 10101010 1010001 1000100 0 110100 111100 100001 1000 101011 101111

Color Harmonies of #AA5144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5144

Black with #AA5144

Text Example


Text Example

White with #AA5144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5144; }

 p { color: rgb(170,81,68); }

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

background-color css

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

 a { background-color: rgb(170,81,68); }

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

border-color css

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

 span { border-color: rgb(170,81,68); }

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