#af4f5b

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

Shades of Hippie Pink #AF4F5B

Tints of Hippie Pink #AF4F5B

Color information

#AF4F5B (or 0xAF4F5B) is unknown color: approx Hippie Pink. HEX triplet: AF, 4F and 5B. RGB value is (175,79,91). Sum of RGB (Red+Green+Blue) = 175+79+91=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F5B is #50B0A4. Grayscale: #6D6D6D. Windows color (decimal): -5288101 or 5984175. OLE color: 5984175.

HSL color Cylindrical-coordinate representation of color #AF4F5B: hue angle of 352.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 #AF4F5B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1757991-
CMYK00.550.480.31
HSL352.5º37.8%49.8%-
HSV(B)352.5º54.86%68.63%-
XYZ22.3615.4611.7-
YUV109.07117.8175.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=50.72%
G=22.90%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175799100.550.480.31352.537.849.8
HexAF4F5B037301F1602632
Octal25711713306760375404662
Binary1010111110011111011011011011111000011111101100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4f5b; }

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

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

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

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

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

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

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

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