Html Css Color HEX #AA4E41 Apple Blossom

📋 copy color: '#AA4E41'

red 170 ◦ green 78 ◦ blue 65

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

Shades of Apple Blossom #AA4E41

Tints of Apple Blossom #AA4E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 54.31%
G = 24.92%
B = 20.77%

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

#AA4E41 (or 0xAA4E41) is known color: Apple Blossom. HEX triplet: AA, 4E and 41. RGB value is (170,78,65). Sum of RGB (Red+Green+Blue) = 170+78+65=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E41 is #55B1BE. Grayscale: #686868. Windows color (decimal): -5616063 or 4279978. OLE color: 4279978.

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

Color convert

RGB 170 78 65 -
CMYK 0 0.54 0.62 0.33
HSL 7.43º 0.45% 0.46% -
HSV(B) 7.43º 0.62% 0.67% -
XYZ 20.26 14.38 6.71 -
YUV 104.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 170 78 65 0 0.54 0.62 0.33 7.43 0.45 0.46
Hex AA 4E 41 0 36 3E 21 7 2D 2E
Octal 252 116 101 0 66 76 41 7 55 56
Binary 10101010 1001110 1000001 0 110110 111110 100001 111 101101 101110

Color Harmonies of #AA4E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E41

Black with #AA4E41

Text Example


Text Example

White with #AA4E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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