Html Css Color HEX #AA5D6A Blush

📋 copy color: '#AA5D6A'

red 170 ◦ green 93 ◦ blue 106

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

Shades of Blush #AA5D6A

Tints of Blush #AA5D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 46.07%
G = 25.2%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA5D6A (or 0xAA5D6A) is known color: Blush. HEX triplet: AA, 5D and 6A. RGB value is (170,93,106). Sum of RGB (Red+Green+Blue) = 170+93+106=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D6A is #55A295. Grayscale: #757575. Windows color (decimal): -5612182 or 6970794. OLE color: 6970794.

HSL color Cylindrical-coordinate representation of color #AA5D6A: hue angle of 349.87º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5D6A is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 93 106 -
CMYK 0 0.45 0.38 0.33
HSL 349.87º 0.31% 0.52% -
HSV(B) 349.87º 0.45% 0.67% -
XYZ 23.09 17.42 15.78 -
YUV 117.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 170 93 106 0 0.45 0.38 0.33 349.87 0.31 0.52
Hex AA 5D 6A 0 2D 26 21 15E 1F 34
Octal 252 135 152 0 55 46 41 536 37 64
Binary 10101010 1011101 1101010 0 101101 100110 100001 101011110 11111 110100

Color Harmonies of #AA5D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D6A

Black with #AA5D6A

Text Example


Text Example

White with #AA5D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D6A; }

 p { color: rgb(170,93,106); }

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

background-color css

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

 a { background-color: rgb(170,93,106); }

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

border-color css

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

 span { border-color: rgb(170,93,106); }

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