#AF6069

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

Shades of Blush #AF6069

Tints of Blush #AF6069

Color information

#AF6069 (or 0xAF6069) is unknown color: approx Blush. HEX triplet: AF, 60 and 69. RGB value is (175,96,105). Sum of RGB (Red+Green+Blue) = 175+96+105=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6069 is #509F96. Grayscale: #787878. Windows color (decimal): -5283735 or 6906031. OLE color: 6906031.

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

Color convert

RGB17596105-
CMYK00.450.400.31
HSL353.16º33.05%53.14%-
HSV(B)353.16º45.14%68.63%-
XYZ24.4118.515.65-
YUV120.65119.17166.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.54%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=46.54%
G=25.53%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759610500.450.400.31353.1633.0553.14
HexAF606902D281F1612135
Octal25714015105550375414165
Binary1010111111000001101001010110110100011111101100001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6069; }

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

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

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

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

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

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

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

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