#A5555C

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

Shades of Hippie Pink #A5555C

Tints of Hippie Pink #A5555C

Color information

#A5555C (or 0xA5555C) is unknown color: approx Hippie Pink. HEX triplet: A5, 55 and 5C. RGB value is (165,85,92). Sum of RGB (Red+Green+Blue) = 165+85+92=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5555C is #5AAAA3. Grayscale: #6D6D6D. Windows color (decimal): -5941924 or 6051237. OLE color: 6051237.

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

Color convert

RGB1658592-
CMYK00.480.440.35
HSL354.75º32%49.02%-
HSV(B)354.75º48.48%64.71%-
XYZ20.715.2711.98-
YUV109.72118167.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=48.25%
G=24.85%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165859200.480.440.35354.753249.02
HexA5555C0302C231632031
Octal24512513406054435434061
Binary10100101101010110111000110000101100100011101100011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5555C; }

 p { color: rgb(165,85,92); }

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

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

 a { background-color: rgb(165,85,92); }

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

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

 span { border-color: rgb(165,85,92); }

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