#af4f53

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

Shades of Hippie Pink #AF4F53

Tints of Hippie Pink #AF4F53

Color information

#AF4F53 (or 0xAF4F53) is unknown color: approx Hippie Pink. HEX triplet: AF, 4F and 53. RGB value is (175,79,83). Sum of RGB (Red+Green+Blue) = 175+79+83=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F53 is #50B0AC. Grayscale: #6C6C6C. Windows color (decimal): -5288109 or 5459887. OLE color: 5459887.

HSL color Cylindrical-coordinate representation of color #AF4F53: hue angle of 357.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4F53 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1757983-
CMYK00.550.530.31
HSL357.5º37.8%49.8%-
HSV(B)357.5º54.86%68.63%-
XYZ22.0415.339.98-
YUV108.16113.8175.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=51.93%
G=23.44%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175798300.550.530.31357.537.849.8
HexAF4F53037351F1662632
Octal25711712306765375464662
Binary1010111110011111010011011011111010111111101100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4f53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4f53; }

 p { color: rgb(175,79,83); }

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

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

 a { background-color: rgb(175,79,83); }

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

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

 span { border-color: rgb(175,79,83); }

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