#AF6162

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

Shades of Blush #AF6162

Tints of Blush #AF6162

Color information

#AF6162 (or 0xAF6162) is unknown color: approx Blush. HEX triplet: AF, 61 and 62. RGB value is (175,97,98). Sum of RGB (Red+Green+Blue) = 175+97+98=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6162 is #509E9D. Grayscale: #787878. Windows color (decimal): -5283486 or 6447535. OLE color: 6447535.

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

Color convert

RGB1759798-
CMYK00.450.440.31
HSL359.23º32.77%53.33%-
HSV(B)359.23º44.57%68.63%-
XYZ24.1618.5513.86-
YUV120.44115.34166.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 98 (38.67% from 255) = 26.49%
R=47.30%
G=26.22%
B=26.49%

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
Decimal175979800.450.440.31359.2332.7753.33
HexAF616202D2C1F1672135
Octal25714114205554375474165
Binary1010111111000011100010010110110110011111101100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6162; }

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

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

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

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

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

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

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

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