#AF6067

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

Shades of Blush #AF6067

Tints of Blush #AF6067

Color information

#AF6067 (or 0xAF6067) is unknown color: approx Blush. HEX triplet: AF, 60 and 67. RGB value is (175,96,103). Sum of RGB (Red+Green+Blue) = 175+96+103=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6067 is #509F98. Grayscale: #787878. Windows color (decimal): -5283737 or 6774959. OLE color: 6774959.

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

Color convert

RGB17596103-
CMYK00.450.410.31
HSL354.68º33.05%53.14%-
HSV(B)354.68º45.14%68.63%-
XYZ24.3118.4615.11-
YUV120.42118.17166.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=46.79%
G=25.67%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759610300.450.410.31354.6833.0553.14
HexAF606702D291F1632135
Octal25714014705551375434165
Binary1010111111000001100111010110110100111111101100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6067; }

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

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

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

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

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

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

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

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