Html Css Color HEX #A0575D Hippie Pink

📋 copy color: '#A0575D'

red 160 ◦ green 87 ◦ blue 93

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

Shades of Hippie Pink #A0575D

Tints of Hippie Pink #A0575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

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

R = 47.06%
G = 25.59%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0575D (or 0xA0575D) is known color: Hippie Pink. HEX triplet: A0, 57 and 5D. RGB value is (160,87,93). Sum of RGB (Red+Green+Blue) = 160+87+93=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0575D is #5FA8A2. Grayscale: #6D6D6D. Windows color (decimal): -6269091 or 6117280. OLE color: 6117280.

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

Color convert

RGB 160 87 93 -
CMYK 0 0.46 0.42 0.37
HSL 355.07º 0.3% 0.48% -
HSV(B) 355.07º 0.46% 0.63% -
XYZ 19.88 15.08 12.22 -
YUV 109.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 160 87 93 0 0.46 0.42 0.37 355.07 0.3 0.48
Hex A0 57 5D 0 2E 2A 25 163 1E 30
Octal 240 127 135 0 56 52 45 543 36 60
Binary 10100000 1010111 1011101 0 101110 101010 100101 101100011 11110 110000

Color Harmonies of #A0575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0575D

Black with #A0575D

Text Example


Text Example

White with #A0575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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