#AF5255

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

Shades of Hippie Pink #AF5255

Tints of Hippie Pink #AF5255

Color information

#AF5255 (or 0xAF5255) is unknown color: approx Hippie Pink. HEX triplet: AF, 52 and 55. RGB value is (175,82,85). Sum of RGB (Red+Green+Blue) = 175+82+85=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5255 is #50ADAA. Grayscale: #6E6E6E. Windows color (decimal): -5287339 or 5591727. OLE color: 5591727.

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

Color convert

RGB1758285-
CMYK00.530.510.31
HSL358.06º36.76%50.39%-
HSV(B)358.06º53.14%68.63%-
XYZ22.3415.810.47-
YUV110.15113.81174.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=51.17%
G=23.98%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175828500.530.510.31358.0636.7650.39
HexAF5255035331F1662532
Octal25712212506563375464562
Binary1010111110100101010101011010111001111111101100110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5255; }

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

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

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

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

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

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

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

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