Html Css Color HEX #AA5148 Apple Blossom

📋 copy color: '#AA5148'

red 170 ◦ green 81 ◦ blue 72

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

Shades of Apple Blossom #AA5148

Tints of Apple Blossom #AA5148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 52.63%
G = 25.08%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA5148 (or 0xAA5148) is known color: Apple Blossom. HEX triplet: AA, 51 and 48. RGB value is (170,81,72). Sum of RGB (Red+Green+Blue) = 170+81+72=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5148 is #55AEB7. Grayscale: #6A6A6A. Windows color (decimal): -5615288 or 4739498. OLE color: 4739498.

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

Color convert

RGB 170 81 72 -
CMYK 0 0.52 0.58 0.33
HSL 5.51º 0.4% 0.47% -
HSV(B) 5.51º 0.58% 0.67% -
XYZ 20.69 14.9 7.92 -
YUV 106.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 170 81 72 0 0.52 0.58 0.33 5.51 0.4 0.47
Hex AA 51 48 0 34 3A 21 6 28 2F
Octal 252 121 110 0 64 72 41 6 50 57
Binary 10101010 1010001 1001000 0 110100 111010 100001 110 101000 101111

Color Harmonies of #AA5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5148

Black with #AA5148

Text Example


Text Example

White with #AA5148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5148; }

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

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

background-color css

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

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

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

border-color css

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

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

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