#AF4C51

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

Shades of Hippie Pink #AF4C51

Tints of Hippie Pink #AF4C51

Color information

#AF4C51 (or 0xAF4C51) is unknown color: approx Hippie Pink. HEX triplet: AF, 4C and 51. RGB value is (175,76,81). Sum of RGB (Red+Green+Blue) = 175+76+81=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C51 is #50B3AE. Grayscale: #6A6A6A. Windows color (decimal): -5288879 or 5328047. OLE color: 5328047.

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

Color convert

RGB1757681-
CMYK00.570.540.31
HSL356.97º39.44%49.22%-
HSV(B)356.97º56.57%68.63%-
XYZ21.7514.889.51-
YUV106.17113.8177.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.71%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=52.71%
G=22.89%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175768100.570.540.31356.9739.4449.22
HexAF4C51039361F1652731
Octal25711412107166375454761
Binary1010111110011001010001011100111011011111101100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C51; }

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

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

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

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

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

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

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

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