#AF485D

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

Shades of Hippie Pink #AF485D

Tints of Hippie Pink #AF485D

Color information

#AF485D (or 0xAF485D) is unknown color: approx Hippie Pink. HEX triplet: AF, 48 and 5D. RGB value is (175,72,93). Sum of RGB (Red+Green+Blue) = 175+72+93=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF485D is #50B7A2. Grayscale: #696969. Windows color (decimal): -5289891 or 6113455. OLE color: 6113455.

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

Color convert

RGB1757293-
CMYK00.590.470.31
HSL347.77º41.7%48.43%-
HSV(B)347.77º58.86%68.63%-
XYZ21.9714.5412-
YUV105.19121.12177.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=51.47%
G=21.18%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175729300.590.470.31347.7741.748.43
HexAF485D03B2F1F15c2a30
Octal25711013507357375345260
Binary1010111110010001011101011101110111111111101011100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF485D; }

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

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

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

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

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

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

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

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