Html Css Color HEX #A0595B Hippie Pink

📋 copy color: '#A0595B'

red 160 ◦ green 89 ◦ blue 91

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

Shades of Hippie Pink #A0595B

Tints of Hippie Pink #A0595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 47.06%
G = 26.18%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0595B (or 0xA0595B) is known color: Hippie Pink. HEX triplet: A0, 59 and 5B. RGB value is (160,89,91). Sum of RGB (Red+Green+Blue) = 160+89+91=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0595B is #5FA6A4. Grayscale: #6E6E6E. Windows color (decimal): -6268581 or 5986720. OLE color: 5986720.

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

Color convert

RGB 160 89 91 -
CMYK 0 0.44 0.43 0.37
HSL 358.31º 0.29% 0.49% -
HSV(B) 358.31º 0.44% 0.63% -
XYZ 19.96 15.37 11.81 -
YUV 110.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 160 89 91 0 0.44 0.43 0.37 358.31 0.29 0.49
Hex A0 59 5B 0 2C 2B 25 166 1D 31
Octal 240 131 133 0 54 53 45 546 35 61
Binary 10100000 1011001 1011011 0 101100 101011 100101 101100110 11101 110001

Color Harmonies of #A0595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0595B

Black with #A0595B

Text Example


Text Example

White with #A0595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0595B; }

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

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

background-color css

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

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

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

border-color css

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

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

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