#AF444E

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

Shades of Hippie Pink #AF444E

Tints of Hippie Pink #AF444E

Color information

#AF444E (or 0xAF444E) is unknown color: approx Hippie Pink. HEX triplet: AF, 44 and 4E. RGB value is (175,68,78). Sum of RGB (Red+Green+Blue) = 175+68+78=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF444E is #50BBB1. Grayscale: #656565. Windows color (decimal): -5290930 or 5129391. OLE color: 5129391.

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

Color convert

RGB1756878-
CMYK00.610.550.31
HSL354.39º44.03%47.65%-
HSV(B)354.39º61.14%68.63%-
XYZ21.1213.88.76-
YUV101.13114.95180.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=54.52%
G=21.18%
B=24.30%

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
Decimal175687800.610.550.31354.3944.0347.65
HexAF444E03D371F1622c30
Octal25710411607567375425460
Binary1010111110001001001110011110111011111111101100010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF444E; }

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

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

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

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

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

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

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

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