#AF4457

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

Shades of Hippie Pink #AF4457

Tints of Hippie Pink #AF4457

Color information

#AF4457 (or 0xAF4457) is unknown color: approx Hippie Pink. HEX triplet: AF, 44 and 57. RGB value is (175,68,87). Sum of RGB (Red+Green+Blue) = 175+68+87=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4457 is #50BBA8. Grayscale: #666666. Windows color (decimal): -5290921 or 5719215. OLE color: 5719215.

HSL color Cylindrical-coordinate representation of color #AF4457: hue angle of 349.35º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4457 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1756887-
CMYK00.610.500.31
HSL349.35º44.03%47.65%-
HSV(B)349.35º61.14%68.63%-
XYZ21.4713.9410.58-
YUV102.16119.45179.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.03%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=53.03%
G=20.61%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175688700.610.500.31349.3544.0347.65
HexAF445703D321F15d2c30
Octal25710412707562375355460
Binary1010111110001001010111011110111001011111101011101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4457; }

 p { color: rgb(175,68,87); }

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

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

 a { background-color: rgb(175,68,87); }

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

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

 span { border-color: rgb(175,68,87); }

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