#A3535D

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

Shades of Hippie Pink #A3535D

Tints of Hippie Pink #A3535D

Color information

#A3535D (or 0xA3535D) is unknown color: approx Hippie Pink. HEX triplet: A3, 53 and 5D. RGB value is (163,83,93). Sum of RGB (Red+Green+Blue) = 163+83+93=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3535D is #5CACA2. Grayscale: #6C6C6C. Windows color (decimal): -6073507 or 6116259. OLE color: 6116259.

HSL color Cylindrical-coordinate representation of color #A3535D: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3535D is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1638393-
CMYK00.490.430.36
HSL352.5º32.52%48.24%-
HSV(B)352.5º49.08%63.92%-
XYZ20.1714.7612.14-
YUV108.06119.5167.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=48.08%
G=24.48%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163839300.490.430.36352.532.5248.24
HexA3535D0312B241602130
Octal24312313506153445404160
Binary10100011101001110111010110001101011100100101100000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3535D; }

 p { color: rgb(163,83,93); }

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

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

 a { background-color: rgb(163,83,93); }

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

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

 span { border-color: rgb(163,83,93); }

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