#AF535E

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

Shades of Hippie Pink #AF535E

Tints of Hippie Pink #AF535E

Color information

#AF535E (or 0xAF535E) is unknown color: approx Hippie Pink. HEX triplet: AF, 53 and 5E. RGB value is (175,83,94). Sum of RGB (Red+Green+Blue) = 175+83+94=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF535E is #50ACA1. Grayscale: #6F6F6F. Windows color (decimal): -5287074 or 6181807. OLE color: 6181807.

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

Color convert

RGB1758394-
CMYK00.530.460.31
HSL352.83º36.51%50.59%-
HSV(B)352.83º52.57%68.63%-
XYZ22.7916.1112.5-
YUV111.76117.98173.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=49.72%
G=23.58%
B=26.70%

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
Decimal175839400.530.460.31352.8336.5150.59
HexAF535E0352E1F1612533
Octal25712313606556375414563
Binary1010111110100111011110011010110111011111101100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF535E; }

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

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

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

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

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

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

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

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