Html Css Color HEX #AA4E40 Apple Blossom

📋 copy color: '#AA4E40'

red 170 ◦ green 78 ◦ blue 64

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

Shades of Apple Blossom #AA4E40

Tints of Apple Blossom #AA4E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 54.49%
G = 25%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA4E40 (or 0xAA4E40) is known color: Apple Blossom. HEX triplet: AA, 4E and 40. RGB value is (170,78,64). Sum of RGB (Red+Green+Blue) = 170+78+64=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E40 is #55B1BF. Grayscale: #686868. Windows color (decimal): -5616064 or 4214442. OLE color: 4214442.

HSL color Cylindrical-coordinate representation of color #AA4E40: hue angle of 7.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4E40 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 64 -
CMYK 0 0.54 0.62 0.33
HSL 7.92º 0.45% 0.46% -
HSV(B) 7.92º 0.62% 0.67% -
XYZ 20.23 14.36 6.56 -
YUV 103.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 170 78 64 0 0.54 0.62 0.33 7.92 0.45 0.46
Hex AA 4E 40 0 36 3E 21 8 2D 2E
Octal 252 116 100 0 66 76 41 10 55 56
Binary 10101010 1001110 1000000 0 110110 111110 100001 1000 101101 101110

Color Harmonies of #AA4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E40

Black with #AA4E40

Text Example


Text Example

White with #AA4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E40; }

 p { color: rgb(170,78,64); }

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

background-color css

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

 a { background-color: rgb(170,78,64); }

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

border-color css

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

 span { border-color: rgb(170,78,64); }

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