#A2585D

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

Shades of Hippie Pink #A2585D

Tints of Hippie Pink #A2585D

Color information

#A2585D (or 0xA2585D) is unknown color: approx Hippie Pink. HEX triplet: A2, 58 and 5D. RGB value is (162,88,93). Sum of RGB (Red+Green+Blue) = 162+88+93=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2585D is #5DA7A2. Grayscale: #6E6E6E. Windows color (decimal): -6137763 or 6117538. OLE color: 6117538.

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

Color convert

RGB1628893-
CMYK00.460.430.36
HSL355.95º29.6%49.02%-
HSV(B)355.95º45.68%63.53%-
XYZ20.3715.4512.26-
YUV110.7118.02164.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=47.23%
G=25.66%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162889300.460.430.36355.9529.649.02
HexA2585D02E2B241641e31
Octal24213013505653445443661
Binary1010001010110001011101010111010101110010010110010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2585D; }

 p { color: rgb(162,88,93); }

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

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

 a { background-color: rgb(162,88,93); }

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

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

 span { border-color: rgb(162,88,93); }

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