Html Css Color HEX #AA5147 Apple Blossom

📋 copy color: '#AA5147'

red 170 ◦ green 81 ◦ blue 71

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

Shades of Apple Blossom #AA5147

Tints of Apple Blossom #AA5147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 52.8%
G = 25.16%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA5147 (or 0xAA5147) is known color: Apple Blossom. HEX triplet: AA, 51 and 47. RGB value is (170,81,71). Sum of RGB (Red+Green+Blue) = 170+81+71=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5147 is #55AEB8. Grayscale: #6A6A6A. Windows color (decimal): -5615289 or 4673962. OLE color: 4673962.

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

Color convert

RGB 170 81 71 -
CMYK 0 0.52 0.58 0.33
HSL 6.06º 0.41% 0.47% -
HSV(B) 6.06º 0.58% 0.67% -
XYZ 20.66 14.89 7.75 -
YUV 106.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 170 81 71 0 0.52 0.58 0.33 6.06 0.41 0.47
Hex AA 51 47 0 34 3A 21 6 29 2F
Octal 252 121 107 0 64 72 41 6 51 57
Binary 10101010 1010001 1000111 0 110100 111010 100001 110 101001 101111

Color Harmonies of #AA5147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5147

Black with #AA5147

Text Example


Text Example

White with #AA5147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5147; }

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

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

background-color css

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

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

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

border-color css

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

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

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