#AF4E5A

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

Shades of Hippie Pink #AF4E5A

Tints of Hippie Pink #AF4E5A

Color information

#AF4E5A (or 0xAF4E5A) is unknown color: approx Hippie Pink. HEX triplet: AF, 4E and 5A. RGB value is (175,78,90). Sum of RGB (Red+Green+Blue) = 175+78+90=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E5A is #50B1A5. Grayscale: #6C6C6C. Windows color (decimal): -5288358 or 5918383. OLE color: 5918383.

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

Color convert

RGB1757890-
CMYK00.550.490.31
HSL352.58º38.34%49.61%-
HSV(B)352.58º55.43%68.63%-
XYZ22.2515.311.45-
YUV108.37117.64175.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=51.02%
G=22.74%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175789000.550.490.31352.5838.3449.61
HexAF4E5A037311F1612632
Octal25711613206761375414662
Binary1010111110011101011010011011111000111111101100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E5A; }

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

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

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

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

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

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

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

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