Html Css Color HEX #AA4C42 Apple Blossom

📋 copy color: '#AA4C42'

red 170 ◦ green 76 ◦ blue 66

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

Shades of Apple Blossom #AA4C42

Tints of Apple Blossom #AA4C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.36%

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

R = 54.49%
G = 24.36%
B = 21.15%

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

#AA4C42 (or 0xAA4C42) is known color: Apple Blossom. HEX triplet: AA, 4C and 42. RGB value is (170,76,66). Sum of RGB (Red+Green+Blue) = 170+76+66=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C42 is #55B3BD. Grayscale: #676767. Windows color (decimal): -5616574 or 4345002. OLE color: 4345002.

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

Color convert

RGB 170 76 66 -
CMYK 0 0.55 0.61 0.33
HSL 5.77º 0.44% 0.46% -
HSV(B) 5.77º 0.61% 0.67% -
XYZ 20.15 14.11 6.82 -
YUV 102.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 170 76 66 0 0.55 0.61 0.33 5.77 0.44 0.46
Hex AA 4C 42 0 37 3D 21 6 2C 2E
Octal 252 114 102 0 67 75 41 6 54 56
Binary 10101010 1001100 1000010 0 110111 111101 100001 110 101100 101110

Color Harmonies of #AA4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C42

Black with #AA4C42

Text Example


Text Example

White with #AA4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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