Html Css Color HEX #AA4D44 Apple Blossom

📋 copy color: '#AA4D44'

red 170 ◦ green 77 ◦ blue 68

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

Shades of Apple Blossom #AA4D44

Tints of Apple Blossom #AA4D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 53.97%
G = 24.44%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA4D44 (or 0xAA4D44) is known color: Apple Blossom. HEX triplet: AA, 4D and 44. RGB value is (170,77,68). Sum of RGB (Red+Green+Blue) = 170+77+68=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D44 is #55B2BB. Grayscale: #676767. Windows color (decimal): -5616316 or 4476330. OLE color: 4476330.

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

Color convert

RGB 170 77 68 -
CMYK 0 0.55 0.6 0.33
HSL 5.29º 0.43% 0.47% -
HSV(B) 5.29º 0.6% 0.67% -
XYZ 20.27 14.27 7.15 -
YUV 103.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 170 77 68 0 0.55 0.6 0.33 5.29 0.43 0.47
Hex AA 4D 44 0 37 3C 21 5 2B 2F
Octal 252 115 104 0 67 74 41 5 53 57
Binary 10101010 1001101 1000100 0 110111 111100 100001 101 101011 101111

Color Harmonies of #AA4D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D44

Black with #AA4D44

Text Example


Text Example

White with #AA4D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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