#AF555C

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

Shades of Hippie Pink #AF555C

Tints of Hippie Pink #AF555C

Color information

#AF555C (or 0xAF555C) is unknown color: approx Hippie Pink. HEX triplet: AF, 55 and 5C. RGB value is (175,85,92). Sum of RGB (Red+Green+Blue) = 175+85+92=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF555C is #50AAA3. Grayscale: #707070. Windows color (decimal): -5286564 or 6051247. OLE color: 6051247.

HSL color Cylindrical-coordinate representation of color #AF555C: hue angle of 355.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF555C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1758592-
CMYK00.510.470.31
HSL355.33º36%50.98%-
HSV(B)355.33º51.43%68.63%-
XYZ22.8616.3812.08-
YUV112.71116.32172.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=49.72%
G=24.15%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175859200.510.470.31355.333650.98
HexAF555C0332F1F1632433
Octal25712513406357375434463
Binary1010111110101011011100011001110111111111101100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF555C; }

 p { color: rgb(175,85,92); }

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

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

 a { background-color: rgb(175,85,92); }

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

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

 span { border-color: rgb(175,85,92); }

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