#AF525F

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

Shades of Hippie Pink #AF525F

Tints of Hippie Pink #AF525F

Color information

#AF525F (or 0xAF525F) is unknown color: approx Hippie Pink. HEX triplet: AF, 52 and 5F. RGB value is (175,82,95). Sum of RGB (Red+Green+Blue) = 175+82+95=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF525F is #50ADA0. Grayscale: #6F6F6F. Windows color (decimal): -5287329 or 6247087. OLE color: 6247087.

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

Color convert

RGB1758295-
CMYK00.530.460.31
HSL351.61º36.76%50.39%-
HSV(B)351.61º53.14%68.63%-
XYZ22.7615.9712.71-
YUV111.29118.81173.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=49.72%
G=23.30%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175829500.530.460.31351.6136.7650.39
HexAF525F0352E1F1602532
Octal25712213706556375404562
Binary1010111110100101011111011010110111011111101100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF525F; }

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

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

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

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

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

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

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

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