Html Css Color HEX #AA5247 Apple Blossom

📋 copy color: '#AA5247'

red 170 ◦ green 82 ◦ blue 71

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

Shades of Apple Blossom #AA5247

Tints of Apple Blossom #AA5247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

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

R = 52.63%
G = 25.39%
B = 21.98%

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

#AA5247 (or 0xAA5247) is known color: Apple Blossom. HEX triplet: AA, 52 and 47. RGB value is (170,82,71). Sum of RGB (Red+Green+Blue) = 170+82+71=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5247 is #55ADB8. Grayscale: #6B6B6B. Windows color (decimal): -5615033 or 4674218. OLE color: 4674218.

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

Color convert

RGB 170 82 71 -
CMYK 0 0.52 0.58 0.33
HSL 6.67º 0.41% 0.47% -
HSV(B) 6.67º 0.58% 0.67% -
XYZ 20.73 15.04 7.77 -
YUV 107.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 170 82 71 0 0.52 0.58 0.33 6.67 0.41 0.47
Hex AA 52 47 0 34 3A 21 7 29 2F
Octal 252 122 107 0 64 72 41 7 51 57
Binary 10101010 1010010 1000111 0 110100 111010 100001 111 101001 101111

Color Harmonies of #AA5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5247

Black with #AA5247

Text Example


Text Example

White with #AA5247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5247; }

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

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

background-color css

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

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

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

border-color css

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

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

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