#AF4851

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

Shades of Hippie Pink #AF4851

Tints of Hippie Pink #AF4851

Color information

#AF4851 (or 0xAF4851) is unknown color: approx Hippie Pink. HEX triplet: AF, 48 and 51. RGB value is (175,72,81). Sum of RGB (Red+Green+Blue) = 175+72+81=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4851 is #50B7AE. Grayscale: #676767. Windows color (decimal): -5289903 or 5327023. OLE color: 5327023.

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

Color convert

RGB1757281-
CMYK00.590.540.31
HSL354.76º41.7%48.43%-
HSV(B)354.76º58.86%68.63%-
XYZ21.4814.349.42-
YUV103.82115.12178.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=53.35%
G=21.95%
B=24.70%

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
Decimal175728100.590.540.31354.7641.748.43
HexAF485103B361F1632a30
Octal25711012107366375435260
Binary1010111110010001010001011101111011011111101100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4851; }

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

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

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

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

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

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

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

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