Html Css Color HEX #AA4A47 Apple Blossom

📋 copy color: '#AA4A47'

red 170 ◦ green 74 ◦ blue 71

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

Shades of Apple Blossom #AA4A47

Tints of Apple Blossom #AA4A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

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

R = 53.97%
G = 23.49%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA4A47 (or 0xAA4A47) is known color: Apple Blossom. HEX triplet: AA, 4A and 47. RGB value is (170,74,71). Sum of RGB (Red+Green+Blue) = 170+74+71=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A47 is #55B5B8. Grayscale: #666666. Windows color (decimal): -5617081 or 4672170. OLE color: 4672170.

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

Color convert

RGB 170 74 71 -
CMYK 0 0.56 0.58 0.33
HSL 1.82º 0.41% 0.47% -
HSV(B) 1.82º 0.58% 0.67% -
XYZ 20.16 13.9 7.58 -
YUV 102.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 170 74 71 0 0.56 0.58 0.33 1.82 0.41 0.47
Hex AA 4A 47 0 38 3A 21 2 29 2F
Octal 252 112 107 0 70 72 41 2 51 57
Binary 10101010 1001010 1000111 0 111000 111010 100001 10 101001 101111

Color Harmonies of #AA4A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A47

Black with #AA4A47

Text Example


Text Example

White with #AA4A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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