#A5465B

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

Shades of Hippie Pink #A5465B

Tints of Hippie Pink #A5465B

Color information

#A5465B (or 0xA5465B) is unknown color: approx Hippie Pink. HEX triplet: A5, 46 and 5B. RGB value is (165,70,91). Sum of RGB (Red+Green+Blue) = 165+70+91=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5465B is #5AB9A4. Grayscale: #646464. Windows color (decimal): -5945765 or 5981861. OLE color: 5981861.

HSL color Cylindrical-coordinate representation of color #A5465B: hue angle of 346.74º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5465B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1657091-
CMYK00.580.450.35
HSL346.74º40.43%46.08%-
HSV(B)346.74º57.58%64.71%-
XYZ19.613.1311.4-
YUV100.8122.47173.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=50.61%
G=21.47%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165709100.580.450.35346.7440.4346.08
HexA5465B03A2D2315b282e
Octal24510613307255435335056
Binary10100101100011010110110111010101101100011101011011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5465B; }

 p { color: rgb(165,70,91); }

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

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

 a { background-color: rgb(165,70,91); }

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

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

 span { border-color: rgb(165,70,91); }

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