#A3465A

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

Shades of Hippie Pink #A3465A

Tints of Hippie Pink #A3465A

Color information

#A3465A (or 0xA3465A) is unknown color: approx Hippie Pink. HEX triplet: A3, 46 and 5A. RGB value is (163,70,90). Sum of RGB (Red+Green+Blue) = 163+70+90=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3465A is #5CB9A5. Grayscale: #646464. Windows color (decimal): -6076838 or 5916323. OLE color: 5916323.

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

Color convert

RGB1637090-
CMYK00.570.450.36
HSL347.1º39.91%45.69%-
HSV(B)347.1º57.06%63.92%-
XYZ19.1412.9111.15-
YUV100.09122.31172.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=50.46%
G=21.67%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163709000.570.450.36347.139.9145.69
HexA3465A0392D2415b282e
Octal24310613207155445335056
Binary10100011100011010110100111001101101100100101011011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3465A; }

 p { color: rgb(163,70,90); }

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

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

 a { background-color: rgb(163,70,90); }

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

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

 span { border-color: rgb(163,70,90); }

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