Html Css Color HEX #AA586C Blush

📋 copy color: '#AA586C'

red 170 ◦ green 88 ◦ blue 108

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

Shades of Blush #AA586C

Tints of Blush #AA586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 46.45%
G = 24.04%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA586C (or 0xAA586C) is known color: Blush. HEX triplet: AA, 58 and 6C. RGB value is (170,88,108). Sum of RGB (Red+Green+Blue) = 170+88+108=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA586C is #55A793. Grayscale: #727272. Windows color (decimal): -5613460 or 7100586. OLE color: 7100586.

HSL color Cylindrical-coordinate representation of color #AA586C: hue angle of 345.37º degrees, saturation: 0.33, 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 #AA586C is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 88 108 -
CMYK 0 0.48 0.36 0.33
HSL 345.37º 0.33% 0.51% -
HSV(B) 345.37º 0.48% 0.67% -
XYZ 22.77 16.61 16.19 -
YUV 114.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 170 88 108 0 0.48 0.36 0.33 345.37 0.33 0.51
Hex AA 58 6C 0 30 24 21 159 21 33
Octal 252 130 154 0 60 44 41 531 41 63
Binary 10101010 1011000 1101100 0 110000 100100 100001 101011001 100001 110011

Color Harmonies of #AA586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA586C

Black with #AA586C

Text Example


Text Example

White with #AA586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA586C; }

 p { color: rgb(170,88,108); }

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

background-color css

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

 a { background-color: rgb(170,88,108); }

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

border-color css

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

 span { border-color: rgb(170,88,108); }

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