#A3585B

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

Shades of Hippie Pink #A3585B

Tints of Hippie Pink #A3585B

Color information

#A3585B (or 0xA3585B) is unknown color: approx Hippie Pink. HEX triplet: A3, 58 and 5B. RGB value is (163,88,91). Sum of RGB (Red+Green+Blue) = 163+88+91=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3585B is #5CA7A4. Grayscale: #6E6E6E. Windows color (decimal): -6072229 or 5986467. OLE color: 5986467.

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

Color convert

RGB1638891-
CMYK00.460.440.36
HSL357.6º29.88%49.22%-
HSV(B)357.6º46.01%63.92%-
XYZ20.4815.5211.81-
YUV110.77116.85165.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.66%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=47.66%
G=25.73%
B=26.61%

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
Decimal163889100.460.440.36357.629.8849.22
HexA3585B02E2C241661e31
Octal24313013305654445463661
Binary1010001110110001011011010111010110010010010110011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3585B; }

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

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

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

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

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

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

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

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