#AF526B

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

Shades of Blush #AF526B

Tints of Blush #AF526B

Color information

#AF526B (or 0xAF526B) is unknown color: approx Blush. HEX triplet: AF, 52 and 6B. RGB value is (175,82,107). Sum of RGB (Red+Green+Blue) = 175+82+107=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF526B is #50AD94. Grayscale: #707070. Windows color (decimal): -5287317 or 7033519. OLE color: 7033519.

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

Color convert

RGB17582107-
CMYK00.530.390.31
HSL343.87º36.76%50.39%-
HSV(B)343.87º53.14%68.63%-
XYZ23.3516.2115.81-
YUV112.66124.81172.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=48.08%
G=22.53%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758210700.530.390.31343.8736.7650.39
HexAF526B035271F1582532
Octal25712215306547375304562
Binary1010111110100101101011011010110011111111101011000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF526B; }

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

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

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

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

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

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

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

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