#A3455B

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

Shades of Hippie Pink #A3455B

Tints of Hippie Pink #A3455B

Color information

#A3455B (or 0xA3455B) is unknown color: approx Hippie Pink. HEX triplet: A3, 45 and 5B. RGB value is (163,69,91). Sum of RGB (Red+Green+Blue) = 163+69+91=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3455B is #5CBAA4. Grayscale: #636363. Windows color (decimal): -6077093 or 5981603. OLE color: 5981603.

HSL color Cylindrical-coordinate representation of color #A3455B: hue angle of 345.96º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3455B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1636991-
CMYK00.580.440.36
HSL345.96º40.52%45.49%-
HSV(B)345.96º57.67%63.92%-
XYZ19.1212.811.36-
YUV99.61123.14173.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=50.46%
G=21.36%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163699100.580.440.36345.9640.5245.49
HexA3455B03A2C2415a292d
Octal24310513307254445325155
Binary10100011100010110110110111010101100100100101011010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3455B; }

 p { color: rgb(163,69,91); }

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

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

 a { background-color: rgb(163,69,91); }

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

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

 span { border-color: rgb(163,69,91); }

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