Html Css Color HEX #AA4D42 Apple Blossom

📋 copy color: '#AA4D42'

red 170 ◦ green 77 ◦ blue 66

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

Shades of Apple Blossom #AA4D42

Tints of Apple Blossom #AA4D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 54.31%
G = 24.6%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA4D42 (or 0xAA4D42) is known color: Apple Blossom. HEX triplet: AA, 4D and 42. RGB value is (170,77,66). Sum of RGB (Red+Green+Blue) = 170+77+66=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D42 is #55B2BD. Grayscale: #676767. Windows color (decimal): -5616318 or 4345258. OLE color: 4345258.

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

Color convert

RGB 170 77 66 -
CMYK 0 0.55 0.61 0.33
HSL 6.35º 0.44% 0.46% -
HSV(B) 6.35º 0.61% 0.67% -
XYZ 20.21 14.25 6.84 -
YUV 103.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 170 77 66 0 0.55 0.61 0.33 6.35 0.44 0.46
Hex AA 4D 42 0 37 3D 21 6 2C 2E
Octal 252 115 102 0 67 75 41 6 54 56
Binary 10101010 1001101 1000010 0 110111 111101 100001 110 101100 101110

Color Harmonies of #AA4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D42

Black with #AA4D42

Text Example


Text Example

White with #AA4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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