Html Css Color HEX #AA4C47 Apple Blossom

📋 copy color: '#AA4C47'

red 170 ◦ green 76 ◦ blue 71

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

Shades of Apple Blossom #AA4C47

Tints of Apple Blossom #AA4C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 53.63%
G = 23.97%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA4C47 (or 0xAA4C47) is known color: Apple Blossom. HEX triplet: AA, 4C and 47. RGB value is (170,76,71). Sum of RGB (Red+Green+Blue) = 170+76+71=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C47 is #55B3B8. Grayscale: #676767. Windows color (decimal): -5616569 or 4672682. OLE color: 4672682.

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

Color convert

RGB 170 76 71 -
CMYK 0 0.55 0.58 0.33
HSL 3.03º 0.41% 0.47% -
HSV(B) 3.03º 0.58% 0.67% -
XYZ 20.3 14.17 7.63 -
YUV 103.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 170 76 71 0 0.55 0.58 0.33 3.03 0.41 0.47
Hex AA 4C 47 0 37 3A 21 3 29 2F
Octal 252 114 107 0 67 72 41 3 51 57
Binary 10101010 1001100 1000111 0 110111 111010 100001 11 101001 101111

Color Harmonies of #AA4C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C47

Black with #AA4C47

Text Example


Text Example

White with #AA4C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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