#A5535D

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

Shades of Hippie Pink #A5535D

Tints of Hippie Pink #A5535D

Color information

#A5535D (or 0xA5535D) is unknown color: approx Hippie Pink. HEX triplet: A5, 53 and 5D. RGB value is (165,83,93). Sum of RGB (Red+Green+Blue) = 165+83+93=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5535D is #5AACA2. Grayscale: #6C6C6C. Windows color (decimal): -5942435 or 6116261. OLE color: 6116261.

HSL color Cylindrical-coordinate representation of color #A5535D: hue angle of 352.68º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5535D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1658393-
CMYK00.500.440.35
HSL352.68º33.06%48.63%-
HSV(B)352.68º49.7%64.71%-
XYZ20.5914.9812.16-
YUV108.66119.17168.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=48.39%
G=24.34%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165839300.500.440.35352.6833.0648.63
HexA5535D0322C231612131
Octal24512313506254435414161
Binary10100101101001110111010110010101100100011101100001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5535D; }

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

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

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

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

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

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

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

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