#AE516A

Color #AE516A Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #AE516A

Tints of Blush #AE516A

Color information

#AE516A (or 0xAE516A) is unknown color: approx Blush. HEX triplet: AE, 51 and 6A. RGB value is (174,81,106). Sum of RGB (Red+Green+Blue) = 174+81+106=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE516A is #51AE95. Grayscale: #6F6F6F. Windows color (decimal): -5353110 or 6967726. OLE color: 6967726.

HSL color Cylindrical-coordinate representation of color #AE516A: hue angle of 343.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE516A is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17481106-
CMYK00.530.390.32
HSL343.87º36.47%50%-
HSV(B)343.87º53.45%68.24%-
XYZ2315.9215.5-
YUV111.66124.81172.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=48.20%
G=22.44%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748110600.530.390.32343.8736.4750
HexAE516A03527201582432
Octal25612115206547405304462
Binary10101110101000111010100110101100111100000101011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE516A; }

 p { color: rgb(174,81,106); }

 H1.HeaderClassName
 {
   color: #AE516A;
 }
 .AnyTagClassName
 {
   color: #AE516A;
 }
</style>
background-color css

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

 a { background-color: rgb(174,81,106); }

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

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

 span { border-color: rgb(174,81,106); }

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