#AF4F5E

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

Shades of Hippie Pink #AF4F5E

Tints of Hippie Pink #AF4F5E

Color information

#AF4F5E (or 0xAF4F5E) is unknown color: approx Hippie Pink. HEX triplet: AF, 4F and 5E. RGB value is (175,79,94). Sum of RGB (Red+Green+Blue) = 175+79+94=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F5E is #50B0A1. Grayscale: #6D6D6D. Windows color (decimal): -5288098 or 6180783. OLE color: 6180783.

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

Color convert

RGB1757994-
CMYK00.550.460.31
HSL350.62º37.8%49.8%-
HSV(B)350.62º54.86%68.63%-
XYZ22.515.5112.4-
YUV109.41119.3174.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=50.29%
G=22.70%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175799400.550.460.31350.6237.849.8
HexAF4F5E0372E1F15f2632
Octal25711713606756375374662
Binary1010111110011111011110011011110111011111101011111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F5E; }

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

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

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

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

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

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

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

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