#AF4850

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

Shades of Hippie Pink #AF4850

Tints of Hippie Pink #AF4850

Color information

#AF4850 (or 0xAF4850) is unknown color: approx Hippie Pink. HEX triplet: AF, 48 and 50. RGB value is (175,72,80). Sum of RGB (Red+Green+Blue) = 175+72+80=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4850 is #50B7AF. Grayscale: #676767. Windows color (decimal): -5289904 or 5261487. OLE color: 5261487.

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

Color convert

RGB1757280-
CMYK00.590.540.31
HSL355.34º41.7%48.43%-
HSV(B)355.34º58.86%68.63%-
XYZ21.4414.339.22-
YUV103.71114.62178.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=53.52%
G=22.02%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175728000.590.540.31355.3441.748.43
HexAF485003B361F1632a30
Octal25711012007366375435260
Binary1010111110010001010000011101111011011111101100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4850; }

 p { color: rgb(175,72,80); }

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

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

 a { background-color: rgb(175,72,80); }

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

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

 span { border-color: rgb(175,72,80); }

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