#AF526E

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

Shades of Blush #AF526E

Tints of Blush #AF526E

Color information

#AF526E (or 0xAF526E) is unknown color: approx Blush. HEX triplet: AF, 52 and 6E. RGB value is (175,82,110). Sum of RGB (Red+Green+Blue) = 175+82+110=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF526E is #50AD91. Grayscale: #707070. Windows color (decimal): -5287314 or 7230127. OLE color: 7230127.

HSL color Cylindrical-coordinate representation of color #AF526E: hue angle of 341.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF526E is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17582110-
CMYK00.530.370.31
HSL341.94º36.76%50.39%-
HSV(B)341.94º53.14%68.63%-
XYZ23.5116.2716.65-
YUV113126.31172.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=47.68%
G=22.34%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758211000.530.370.31341.9436.7650.39
HexAF526E035251F1562532
Octal25712215606545375264562
Binary1010111110100101101110011010110010111111101010110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF526E; }

 p { color: rgb(175,82,110); }

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

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

 a { background-color: rgb(175,82,110); }

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

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

 span { border-color: rgb(175,82,110); }

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