#A5505E

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

Shades of Hippie Pink #A5505E

Tints of Hippie Pink #A5505E

Color information

#A5505E (or 0xA5505E) is unknown color: approx Hippie Pink. HEX triplet: A5, 50 and 5E. RGB value is (165,80,94). Sum of RGB (Red+Green+Blue) = 165+80+94=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5505E is #5AAFA1. Grayscale: #6B6B6B. Windows color (decimal): -5943202 or 6181029. OLE color: 6181029.

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

Color convert

RGB1658094-
CMYK00.520.430.35
HSL350.12º34.69%48.04%-
HSV(B)350.12º51.52%64.71%-
XYZ20.4114.5412.32-
YUV107.01120.66169.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=48.67%
G=23.60%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165809400.520.430.35350.1234.6948.04
HexA5505E0342B2315e2330
Octal24512013606453435364360
Binary10100101101000010111100110100101011100011101011110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5505E; }

 p { color: rgb(165,80,94); }

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

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

 a { background-color: rgb(165,80,94); }

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

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

 span { border-color: rgb(165,80,94); }

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