Html Css Color HEX #AA4D48 Apple Blossom

📋 copy color: '#AA4D48'

red 170 ◦ green 77 ◦ blue 72

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

Shades of Apple Blossom #AA4D48

Tints of Apple Blossom #AA4D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.14%

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

R = 53.29%
G = 24.14%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA4D48 (or 0xAA4D48) is known color: Apple Blossom. HEX triplet: AA, 4D and 48. RGB value is (170,77,72). Sum of RGB (Red+Green+Blue) = 170+77+72=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D48 is #55B2B7. Grayscale: #686868. Windows color (decimal): -5616312 or 4738474. OLE color: 4738474.

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

Color convert

RGB 170 77 72 -
CMYK 0 0.55 0.58 0.33
HSL 3.06º 0.4% 0.47% -
HSV(B) 3.06º 0.58% 0.67% -
XYZ 20.4 14.32 7.82 -
YUV 104.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 170 77 72 0 0.55 0.58 0.33 3.06 0.4 0.47
Hex AA 4D 48 0 37 3A 21 3 28 2F
Octal 252 115 110 0 67 72 41 3 50 57
Binary 10101010 1001101 1001000 0 110111 111010 100001 11 101000 101111

Color Harmonies of #AA4D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D48

Black with #AA4D48

Text Example


Text Example

White with #AA4D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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