#A3585C

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

Shades of Hippie Pink #A3585C

Tints of Hippie Pink #A3585C

Color information

#A3585C (or 0xA3585C) is unknown color: approx Hippie Pink. HEX triplet: A3, 58 and 5C. RGB value is (163,88,92). Sum of RGB (Red+Green+Blue) = 163+88+92=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3585C is #5CA7A3. Grayscale: #6E6E6E. Windows color (decimal): -6072228 or 6052003. OLE color: 6052003.

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

Color convert

RGB1638892-
CMYK00.460.440.36
HSL356.8º29.88%49.22%-
HSV(B)356.8º46.01%63.92%-
XYZ20.5315.5412.04-
YUV110.88117.35165.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=47.52%
G=25.66%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163889200.460.440.36356.829.8849.22
HexA3585C02E2C241651e31
Octal24313013405654445453661
Binary1010001110110001011100010111010110010010010110010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3585C; }

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

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

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

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

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

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

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

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