#A35457

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

Shades of Hippie Pink #A35457

Tints of Hippie Pink #A35457

Color information

#A35457 (or 0xA35457) is unknown color: approx Hippie Pink. HEX triplet: A3, 54 and 57. RGB value is (163,84,87). Sum of RGB (Red+Green+Blue) = 163+84+87=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A35457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35457 is #5CABA8. Grayscale: #6C6C6C. Windows color (decimal): -6073257 or 5723299. OLE color: 5723299.

HSL color Cylindrical-coordinate representation of color #A35457: hue angle of 357.72º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35457 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1638487-
CMYK00.480.470.36
HSL357.72º31.98%48.43%-
HSV(B)357.72º48.47%63.92%-
XYZ19.9914.8210.82-
YUV107.96116.17167.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=48.80%
G=25.15%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163848700.480.470.36357.7231.9848.43
HexA354570302F241662030
Octal24312412706057445464060
Binary10100011101010010101110110000101111100100101100110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35457; }

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

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

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

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

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

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

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

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