Html Css Color HEX #A0575E Hippie Pink

📋 copy color: '#A0575E'

red 160 ◦ green 87 ◦ blue 94

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

Shades of Hippie Pink #A0575E

Tints of Hippie Pink #A0575E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 46.92%
G = 25.51%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0575E (or 0xA0575E) is known color: Hippie Pink. HEX triplet: A0, 57 and 5E. RGB value is (160,87,94). Sum of RGB (Red+Green+Blue) = 160+87+94=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0575E is #5FA8A1. Grayscale: #6D6D6D. Windows color (decimal): -6269090 or 6182816. OLE color: 6182816.

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

Color convert

RGB 160 87 94 -
CMYK 0 0.46 0.41 0.37
HSL 354.25º 0.3% 0.48% -
HSV(B) 354.25º 0.46% 0.63% -
XYZ 19.93 15.1 12.45 -
YUV 109.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 160 87 94 0 0.46 0.41 0.37 354.25 0.3 0.48
Hex A0 57 5E 0 2E 29 25 162 1E 30
Octal 240 127 136 0 56 51 45 542 36 60
Binary 10100000 1010111 1011110 0 101110 101001 100101 101100010 11110 110000

Color Harmonies of #A0575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0575E

Black with #A0575E

Text Example


Text Example

White with #A0575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0575E; }

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

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

background-color css

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

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

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

border-color css

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

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

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