#AF4D5E

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

Shades of Hippie Pink #AF4D5E

Tints of Hippie Pink #AF4D5E

Color information

#AF4D5E (or 0xAF4D5E) is unknown color: approx Hippie Pink. HEX triplet: AF, 4D and 5E. RGB value is (175,77,94). Sum of RGB (Red+Green+Blue) = 175+77+94=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D5E is #50B2A1. Grayscale: #6C6C6C. Windows color (decimal): -5288610 or 6180271. OLE color: 6180271.

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

Color convert

RGB1757794-
CMYK00.560.460.31
HSL349.59º38.89%49.41%-
HSV(B)349.59º56%68.63%-
XYZ22.3515.2312.35-
YUV108.24119.97175.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=50.58%
G=22.25%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175779400.560.460.31349.5938.8949.41
HexAF4D5E0382E1F15e2731
Octal25711513607056375364761
Binary1010111110011011011110011100010111011111101011110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4D5E; }

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

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

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

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

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

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

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

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