#AF5A5E

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

Shades of Blush #AF5A5E

Tints of Blush #AF5A5E

Color information

#AF5A5E (or 0xAF5A5E) is unknown color: approx Blush. HEX triplet: AF, 5A and 5E. RGB value is (175,90,94). Sum of RGB (Red+Green+Blue) = 175+90+94=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A5E is #50A5A1. Grayscale: #737373. Windows color (decimal): -5285282 or 6183599. OLE color: 6183599.

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

Color convert

RGB1759094-
CMYK00.490.460.31
HSL357.18º34.69%51.96%-
HSV(B)357.18º48.57%68.63%-
XYZ23.3617.2312.69-
YUV115.87115.66170.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=48.75%
G=25.07%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175909400.490.460.31357.1834.6951.96
HexAF5A5E0312E1F1652334
Octal25713213606156375454364
Binary1010111110110101011110011000110111011111101100101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A5E; }

 p { color: rgb(175,90,94); }

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

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

 a { background-color: rgb(175,90,94); }

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

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

 span { border-color: rgb(175,90,94); }

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