#A3485C

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

Shades of Hippie Pink #A3485C

Tints of Hippie Pink #A3485C

Color information

#A3485C (or 0xA3485C) is unknown color: approx Hippie Pink. HEX triplet: A3, 48 and 5C. RGB value is (163,72,92). Sum of RGB (Red+Green+Blue) = 163+72+92=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3485C is #5CB7A3. Grayscale: #656565. Windows color (decimal): -6076324 or 6047907. OLE color: 6047907.

HSL color Cylindrical-coordinate representation of color #A3485C: hue angle of 346.81º 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 #A3485C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1637292-
CMYK00.560.440.36
HSL346.81º38.72%46.08%-
HSV(B)346.81º55.83%63.92%-
XYZ19.3513.1911.65-
YUV101.49122.65171.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=49.85%
G=22.02%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163729200.560.440.36346.8138.7246.08
HexA3485C0382C2415b272e
Octal24311013407054445334756
Binary10100011100100010111000111000101100100100101011011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3485C; }

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

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

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

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

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

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

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

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