#af4e58

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

Shades of Hippie Pink #AF4E58

Tints of Hippie Pink #AF4E58

Color information

#AF4E58 (or 0xAF4E58) is unknown color: approx Hippie Pink. HEX triplet: AF, 4E and 58. RGB value is (175,78,88). Sum of RGB (Red+Green+Blue) = 175+78+88=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E58 is #50B1A7. Grayscale: #6C6C6C. Windows color (decimal): -5288360 or 5787311. OLE color: 5787311.

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

Color convert

RGB1757888-
CMYK00.550.500.31
HSL353.81º38.34%49.61%-
HSV(B)353.81º55.43%68.63%-
XYZ22.1715.2711.01-
YUV108.14116.64175.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=51.32%
G=22.87%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175788800.550.500.31353.8138.3449.61
HexAF4E58037321F1622632
Octal25711613006762375424662
Binary1010111110011101011000011011111001011111101100010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4e58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4e58; }

 p { color: rgb(175,78,88); }

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

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

 a { background-color: rgb(175,78,88); }

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

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

 span { border-color: rgb(175,78,88); }

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