#A3485A

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

Shades of Hippie Pink #A3485A

Tints of Hippie Pink #A3485A

Color information

#A3485A (or 0xA3485A) is unknown color: approx Hippie Pink. HEX triplet: A3, 48 and 5A. RGB value is (163,72,90). Sum of RGB (Red+Green+Blue) = 163+72+90=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3485A is #5CB7A5. Grayscale: #656565. Windows color (decimal): -6076326 or 5916835. OLE color: 5916835.

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

Color convert

RGB1637290-
CMYK00.560.450.36
HSL348.13º38.72%46.08%-
HSV(B)348.13º55.83%63.92%-
XYZ19.2713.1611.2-
YUV101.26121.65172.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=50.15%
G=22.15%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163729000.560.450.36348.1338.7246.08
HexA3485A0382D2415c272e
Octal24311013207055445344756
Binary10100011100100010110100111000101101100100101011100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3485A; }

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

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

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

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

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

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

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

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