#AF6062

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

Shades of Blush #AF6062

Tints of Blush #AF6062

Color information

#AF6062 (or 0xAF6062) is unknown color: approx Blush. HEX triplet: AF, 60 and 62. RGB value is (175,96,98). Sum of RGB (Red+Green+Blue) = 175+96+98=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6062 is #509F9D. Grayscale: #777777. Windows color (decimal): -5283742 or 6447279. OLE color: 6447279.

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

Color convert

RGB1759698-
CMYK00.450.440.31
HSL358.48º33.05%53.14%-
HSV(B)358.48º45.14%68.63%-
XYZ24.0718.3613.83-
YUV119.85115.67167.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=47.43%
G=26.02%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175969800.450.440.31358.4833.0553.14
HexAF606202D2C1F1662135
Octal25714014205554375464165
Binary1010111111000001100010010110110110011111101100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6062; }

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

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

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

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

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

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

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

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