Html Css Color HEX #AA5768 Blush

📋 copy color: '#AA5768'

red 170 ◦ green 87 ◦ blue 104

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

Shades of Blush #AA5768

Tints of Blush #AA5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.1%

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 47.09%
G = 24.1%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA5768 (or 0xAA5768) is known color: Blush. HEX triplet: AA, 57 and 68. RGB value is (170,87,104). Sum of RGB (Red+Green+Blue) = 170+87+104=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5768 is #55A897. Grayscale: #717171. Windows color (decimal): -5613720 or 6838186. OLE color: 6838186.

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

Color convert

RGB 170 87 104 -
CMYK 0 0.49 0.39 0.33
HSL 347.71º 0.33% 0.5% -
HSV(B) 347.71º 0.49% 0.67% -
XYZ 22.48 16.36 15.07 -
YUV 113.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 170 87 104 0 0.49 0.39 0.33 347.71 0.33 0.5
Hex AA 57 68 0 31 27 21 15C 21 32
Octal 252 127 150 0 61 47 41 534 41 62
Binary 10101010 1010111 1101000 0 110001 100111 100001 101011100 100001 110010

Color Harmonies of #AA5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5768

Black with #AA5768

Text Example


Text Example

White with #AA5768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5768; }

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

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

background-color css

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

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

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

border-color css

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

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

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