#AF515E

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

Shades of Hippie Pink #AF515E

Tints of Hippie Pink #AF515E

Color information

#AF515E (or 0xAF515E) is unknown color: approx Hippie Pink. HEX triplet: AF, 51 and 5E. RGB value is (175,81,94). Sum of RGB (Red+Green+Blue) = 175+81+94=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF515E is #50AEA1. Grayscale: #6E6E6E. Windows color (decimal): -5287586 or 6181295. OLE color: 6181295.

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

Color convert

RGB1758194-
CMYK00.540.460.31
HSL351.7º37.01%50.2%-
HSV(B)351.7º53.71%68.63%-
XYZ22.6415.8112.45-
YUV110.59118.64173.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=50%
G=23.14%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175819400.540.460.31351.737.0150.2
HexAF515E0362E1F1602532
Octal25712113606656375404562
Binary1010111110100011011110011011010111011111101100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF515E; }

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

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

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

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

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

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

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

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