#AF444F

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

Shades of Hippie Pink #AF444F

Tints of Hippie Pink #AF444F

Color information

#AF444F (or 0xAF444F) is unknown color: approx Hippie Pink. HEX triplet: AF, 44 and 4F. RGB value is (175,68,79). Sum of RGB (Red+Green+Blue) = 175+68+79=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF444F is #50BBB0. Grayscale: #656565. Windows color (decimal): -5290929 or 5194927. OLE color: 5194927.

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

Color convert

RGB1756879-
CMYK00.610.550.31
HSL353.83º44.03%47.65%-
HSV(B)353.83º61.14%68.63%-
XYZ21.1613.818.95-
YUV101.25115.45180.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=54.35%
G=21.12%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175687900.610.550.31353.8344.0347.65
HexAF444F03D371F1622c30
Octal25710411707567375425460
Binary1010111110001001001111011110111011111111101100010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF444F; }

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

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

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

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

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

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

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

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