#AF4760

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

Shades of Hippie Pink #AF4760

Tints of Hippie Pink #AF4760

Color information

#AF4760 (or 0xAF4760) is unknown color: approx Hippie Pink. HEX triplet: AF, 47 and 60. RGB value is (175,71,96). Sum of RGB (Red+Green+Blue) = 175+71+96=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4760 is #50B89F. Grayscale: #686868. Windows color (decimal): -5290144 or 6309807. OLE color: 6309807.

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

Color convert

RGB1757196-
CMYK00.590.450.31
HSL345.58º42.28%48.24%-
HSV(B)345.58º59.43%68.63%-
XYZ22.0414.4612.7-
YUV104.95122.96177.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=51.17%
G=20.76%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175719600.590.450.31345.5842.2848.24
HexAF476003B2D1F15a2a30
Octal25710714007355375325260
Binary1010111110001111100000011101110110111111101011010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4760; }

 p { color: rgb(175,71,96); }

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

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

 a { background-color: rgb(175,71,96); }

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

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

 span { border-color: rgb(175,71,96); }

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