Html Css Color HEX #A0595D Hippie Pink

📋 copy color: '#A0595D'

red 160 ◦ green 89 ◦ blue 93

#A0595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #A0595D

Tints of Hippie Pink #A0595D

RGB

 RED value IS 160 (62.89% from 255) = 46.78%

 GREEN value IS 89 (35.16% from 255) = 26.02%

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 46.78%
G = 26.02%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0595D (or 0xA0595D) is known color: Hippie Pink. HEX triplet: A0, 59 and 5D. RGB value is (160,89,93). Sum of RGB (Red+Green+Blue) = 160+89+93=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0595D is #5FA6A2. Grayscale: #6E6E6E. Windows color (decimal): -6268579 or 6117792. OLE color: 6117792.

HSL color Cylindrical-coordinate representation of color #A0595D: hue angle of 356.62º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0595D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 93 -
CMYK 0 0.44 0.42 0.37
HSL 356.62º 0.29% 0.49% -
HSV(B) 356.62º 0.44% 0.63% -
XYZ 20.05 15.41 12.27 -
YUV 110.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 160 89 93 0 0.44 0.42 0.37 356.62 0.29 0.49
Hex A0 59 5D 0 2C 2A 25 165 1D 31
Octal 240 131 135 0 54 52 45 545 35 61
Binary 10100000 1011001 1011101 0 101100 101010 100101 101100101 11101 110001

Color Harmonies of #A0595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0595D

Black with #A0595D

Text Example


Text Example

White with #A0595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0595D; }

 p { color: rgb(160,89,93); }

 H1.HeaderClassName
 {
   color: #A0595D;
 }
 .AnyTagClassName
 {
   color: #A0595D;
 }
</style>

background-color css

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

 a { background-color: rgb(160,89,93); }

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

border-color css

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

 span { border-color: rgb(160,89,93); }

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