Html Css Color HEX #AA5957 Apple Blossom

📋 copy color: '#AA5957'

red 170 ◦ green 89 ◦ blue 87

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

Shades of Apple Blossom #AA5957

Tints of Apple Blossom #AA5957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 49.13%
G = 25.72%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA5957 (or 0xAA5957) is known color: Apple Blossom. HEX triplet: AA, 59 and 57. RGB value is (170,89,87). Sum of RGB (Red+Green+Blue) = 170+89+87=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5957 is #55A6A8. Grayscale: #717171. Windows color (decimal): -5613225 or 5724586. OLE color: 5724586.

HSL color Cylindrical-coordinate representation of color #AA5957: hue angle of 1.45º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5957 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 89 87 -
CMYK 0 0.48 0.49 0.33
HSL 1.45º 0.33% 0.5% -
HSV(B) 1.45º 0.49% 0.67% -
XYZ 21.87 16.38 11.03 -
YUV 112.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 170 89 87 0 0.48 0.49 0.33 1.45 0.33 0.5
Hex AA 59 57 0 30 31 21 1 21 32
Octal 252 131 127 0 60 61 41 1 41 62
Binary 10101010 1011001 1010111 0 110000 110001 100001 1 100001 110010

Color Harmonies of #AA5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5957

Black with #AA5957

Text Example


Text Example

White with #AA5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5957; }

 p { color: rgb(170,89,87); }

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

background-color css

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

 a { background-color: rgb(170,89,87); }

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

border-color css

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

 span { border-color: rgb(170,89,87); }

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