#AF535C

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

Shades of Hippie Pink #AF535C

Tints of Hippie Pink #AF535C

Color information

#AF535C (or 0xAF535C) is unknown color: approx Hippie Pink. HEX triplet: AF, 53 and 5C. RGB value is (175,83,92). Sum of RGB (Red+Green+Blue) = 175+83+92=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF535C is #50ACA3. Grayscale: #6F6F6F. Windows color (decimal): -5287076 or 6050735. OLE color: 6050735.

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

Color convert

RGB1758392-
CMYK00.530.470.31
HSL354.13º36.51%50.59%-
HSV(B)354.13º52.57%68.63%-
XYZ22.716.0712.03-
YUV111.53116.98173.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=50%
G=23.71%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175839200.530.470.31354.1336.5150.59
HexAF535C0352F1F1622533
Octal25712313406557375424563
Binary1010111110100111011100011010110111111111101100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF535C; }

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

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

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

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

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

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

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

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