#A65457

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

Shades of Hippie Pink #A65457

Tints of Hippie Pink #A65457

Color information

#A65457 (or 0xA65457) is unknown color: approx Hippie Pink. HEX triplet: A6, 54 and 57. RGB value is (166,84,87). Sum of RGB (Red+Green+Blue) = 166+84+87=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65457 is #59ABA8. Grayscale: #6C6C6C. Windows color (decimal): -5876649 or 5723302. OLE color: 5723302.

HSL color Cylindrical-coordinate representation of color #A65457: hue angle of 357.8º 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 #A65457 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1668487-
CMYK00.490.480.35
HSL357.8º32.8%49.02%-
HSV(B)357.8º49.4%65.1%-
XYZ20.6215.1410.85-
YUV108.86115.67168.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=49.26%
G=24.93%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166848700.490.480.35357.832.849.02
HexA6545703130231662131
Octal24612412706160435464161
Binary10100110101010010101110110001110000100011101100110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65457; }

 p { color: rgb(166,84,87); }

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

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

 a { background-color: rgb(166,84,87); }

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

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

 span { border-color: rgb(166,84,87); }

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