#AF4E55

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

Shades of Hippie Pink #AF4E55

Tints of Hippie Pink #AF4E55

Color information

#AF4E55 (or 0xAF4E55) is unknown color: approx Hippie Pink. HEX triplet: AF, 4E and 55. RGB value is (175,78,85). Sum of RGB (Red+Green+Blue) = 175+78+85=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E55 is #50B1AA. Grayscale: #6B6B6B. Windows color (decimal): -5288363 or 5590703. OLE color: 5590703.

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

Color convert

RGB1757885-
CMYK00.550.510.31
HSL355.67º38.34%49.61%-
HSV(B)355.67º55.43%68.63%-
XYZ22.0415.2210.37-
YUV107.8115.14175.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=51.78%
G=23.08%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175788500.550.510.31355.6738.3449.61
HexAF4E55037331F1642632
Octal25711612506763375444662
Binary1010111110011101010101011011111001111111101100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E55; }

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

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

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

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

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

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

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

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