Html Css Color HEX #AA596F Blush

📋 copy color: '#AA596F'

red 170 ◦ green 89 ◦ blue 111

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

Shades of Blush #AA596F

Tints of Blush #AA596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 45.95%
G = 24.05%
B = 30%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA596F (or 0xAA596F) is known color: Blush. HEX triplet: AA, 59 and 6F. RGB value is (170,89,111). Sum of RGB (Red+Green+Blue) = 170+89+111=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA596F is #55A690. Grayscale: #737373. Windows color (decimal): -5613201 or 7297450. OLE color: 7297450.

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

Color convert

RGB 170 89 111 -
CMYK 0 0.48 0.35 0.33
HSL 343.7º 0.32% 0.51% -
HSV(B) 343.7º 0.48% 0.67% -
XYZ 23.02 16.84 17.08 -
YUV 115.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 170 89 111 0 0.48 0.35 0.33 343.7 0.32 0.51
Hex AA 59 6F 0 30 23 21 158 20 33
Octal 252 131 157 0 60 43 41 530 40 63
Binary 10101010 1011001 1101111 0 110000 100011 100001 101011000 100000 110011

Color Harmonies of #AA596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA596F

Black with #AA596F

Text Example


Text Example

White with #AA596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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