Html Css Color HEX #AA4D40 Apple Blossom

📋 copy color: '#AA4D40'

red 170 ◦ green 77 ◦ blue 64

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

Shades of Apple Blossom #AA4D40

Tints of Apple Blossom #AA4D40

RGB

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

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

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

R = 54.66%
G = 24.76%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA4D40 (or 0xAA4D40) is known color: Apple Blossom. HEX triplet: AA, 4D and 40. RGB value is (170,77,64). Sum of RGB (Red+Green+Blue) = 170+77+64=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D40 is #55B2BF. Grayscale: #676767. Windows color (decimal): -5616320 or 4214186. OLE color: 4214186.

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

Color convert

RGB 170 77 64 -
CMYK 0 0.55 0.62 0.33
HSL 7.36º 0.45% 0.46% -
HSV(B) 7.36º 0.62% 0.67% -
XYZ 20.16 14.22 6.53 -
YUV 103.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 170 77 64 0 0.55 0.62 0.33 7.36 0.45 0.46
Hex AA 4D 40 0 37 3E 21 7 2D 2E
Octal 252 115 100 0 67 76 41 7 55 56
Binary 10101010 1001101 1000000 0 110111 111110 100001 111 101101 101110

Color Harmonies of #AA4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D40

Black with #AA4D40

Text Example


Text Example

White with #AA4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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