#AF4354

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

Shades of Hippie Pink #AF4354

Tints of Hippie Pink #AF4354

Color information

#AF4354 (or 0xAF4354) is unknown color: approx Hippie Pink. HEX triplet: AF, 43 and 54. RGB value is (175,67,84). Sum of RGB (Red+Green+Blue) = 175+67+84=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4354 is #50BCAB. Grayscale: #656565. Windows color (decimal): -5291180 or 5522351. OLE color: 5522351.

HSL color Cylindrical-coordinate representation of color #AF4354: hue angle of 350.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4354 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1756784-
CMYK00.620.520.31
HSL350.56º44.63%47.45%-
HSV(B)350.56º61.71%68.63%-
XYZ21.2913.779.92-
YUV101.23118.28180.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=53.68%
G=20.55%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175678400.620.520.31350.5644.6347.45
HexAF435403E341F15f2d2f
Octal25710312407664375375557
Binary1010111110000111010100011111011010011111101011111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4354; }

 p { color: rgb(175,67,84); }

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

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

 a { background-color: rgb(175,67,84); }

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

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

 span { border-color: rgb(175,67,84); }

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