#AF5C5F

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

Shades of Blush #AF5C5F

Tints of Blush #AF5C5F

Color information

#AF5C5F (or 0xAF5C5F) is unknown color: approx Blush. HEX triplet: AF, 5C and 5F. RGB value is (175,92,95). Sum of RGB (Red+Green+Blue) = 175+92+95=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C5F is #50A3A0. Grayscale: #757575. Windows color (decimal): -5284769 or 6249647. OLE color: 6249647.

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

Color convert

RGB1759295-
CMYK00.470.460.31
HSL357.83º34.16%52.35%-
HSV(B)357.83º47.43%68.63%-
XYZ23.5717.5912.98-
YUV117.16115.5169.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=48.34%
G=25.41%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175929500.470.460.31357.8334.1652.35
HexAF5C5F02F2E1F1662234
Octal25713413705756375464264
Binary1010111110111001011111010111110111011111101100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C5F; }

 p { color: rgb(175,92,95); }

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

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

 a { background-color: rgb(175,92,95); }

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

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

 span { border-color: rgb(175,92,95); }

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