#AF525E

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

Shades of Hippie Pink #AF525E

Tints of Hippie Pink #AF525E

Color information

#AF525E (or 0xAF525E) is unknown color: approx Hippie Pink. HEX triplet: AF, 52 and 5E. RGB value is (175,82,94). Sum of RGB (Red+Green+Blue) = 175+82+94=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF525E is #50ADA1. Grayscale: #6F6F6F. Windows color (decimal): -5287330 or 6181551. OLE color: 6181551.

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

Color convert

RGB1758294-
CMYK00.530.460.31
HSL352.26º36.76%50.39%-
HSV(B)352.26º53.14%68.63%-
XYZ22.7215.9612.47-
YUV111.18118.31173.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=49.86%
G=23.36%
B=26.78%

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
Decimal175829400.530.460.31352.2636.7650.39
HexAF525E0352E1F1602532
Octal25712213606556375404562
Binary1010111110100101011110011010110111011111101100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF525E; }

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

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

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

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

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

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

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

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