#AF546F

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

Shades of Blush #AF546F

Tints of Blush #AF546F

Color information

#AF546F (or 0xAF546F) is unknown color: approx Blush. HEX triplet: AF, 54 and 6F. RGB value is (175,84,111). Sum of RGB (Red+Green+Blue) = 175+84+111=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF546F is #50AB90. Grayscale: #727272. Windows color (decimal): -5286801 or 7296175. OLE color: 7296175.

HSL color Cylindrical-coordinate representation of color #AF546F: hue angle of 342.2º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF546F is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17584111-
CMYK00.520.370.31
HSL342.2º36.25%50.78%-
HSV(B)342.2º52%68.63%-
XYZ23.7216.616.99-
YUV114.29126.15171.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 111 (43.75% from 255) = 30%
R=47.30%
G=22.70%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758411100.520.370.31342.236.2550.78
HexAF546F034251F1562433
Octal25712415706445375264463
Binary1010111110101001101111011010010010111111101010110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF546F; }

 p { color: rgb(175,84,111); }

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

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

 a { background-color: rgb(175,84,111); }

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

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

 span { border-color: rgb(175,84,111); }

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