#AF444C

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

Shades of Hippie Pink #AF444C

Tints of Hippie Pink #AF444C

Color information

#AF444C (or 0xAF444C) is unknown color: approx Hippie Pink. HEX triplet: AF, 44 and 4C. RGB value is (175,68,76). Sum of RGB (Red+Green+Blue) = 175+68+76=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF444C is #50BBB3. Grayscale: #646464. Windows color (decimal): -5290932 or 4998319. OLE color: 4998319.

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

Color convert

RGB1756876-
CMYK00.610.570.31
HSL355.51º44.03%47.65%-
HSV(B)355.51º61.14%68.63%-
XYZ21.0513.778.39-
YUV100.9113.95180.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=54.86%
G=21.32%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175687600.610.570.31355.5144.0347.65
HexAF444C03D391F1642c30
Octal25710411407571375445460
Binary1010111110001001001100011110111100111111101100100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF444C; }

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

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

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

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

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

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

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

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