#AF5F69

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

Shades of Blush #AF5F69

Tints of Blush #AF5F69

Color information

#AF5F69 (or 0xAF5F69) is unknown color: approx Blush. HEX triplet: AF, 5F and 69. RGB value is (175,95,105). Sum of RGB (Red+Green+Blue) = 175+95+105=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F69 is #50A096. Grayscale: #787878. Windows color (decimal): -5283991 or 6905775. OLE color: 6905775.

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

Color convert

RGB17595105-
CMYK00.460.400.31
HSL352.5º33.33%52.94%-
HSV(B)352.5º45.71%68.63%-
XYZ24.3218.3215.62-
YUV120.06119.5167.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 105 (41.41% from 255) = 28%
R=46.67%
G=25.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759510500.460.400.31352.533.3352.94
HexAF5F6902E281F1602135
Octal25713715105650375404165
Binary1010111110111111101001010111010100011111101100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F69; }

 p { color: rgb(175,95,105); }

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

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

 a { background-color: rgb(175,95,105); }

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

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

 span { border-color: rgb(175,95,105); }

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