#A5545D

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

Shades of Hippie Pink #A5545D

Tints of Hippie Pink #A5545D

Color information

#A5545D (or 0xA5545D) is unknown color: approx Hippie Pink. HEX triplet: A5, 54 and 5D. RGB value is (165,84,93). Sum of RGB (Red+Green+Blue) = 165+84+93=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5545D is #5AABA2. Grayscale: #6D6D6D. Windows color (decimal): -5942179 or 6116517. OLE color: 6116517.

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

Color convert

RGB1658493-
CMYK00.490.440.35
HSL353.33º32.53%48.82%-
HSV(B)353.33º49.09%64.71%-
XYZ20.6615.1312.19-
YUV109.24118.84167.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=48.25%
G=24.56%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165849300.490.440.35353.3332.5348.82
HexA5545D0312C231612131
Octal24512413506154435414161
Binary10100101101010010111010110001101100100011101100001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5545D; }

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

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

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

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

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

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

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

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