Html Css Color HEX #A0555D Hippie Pink

📋 copy color: '#A0555D'

red 160 ◦ green 85 ◦ blue 93

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

Shades of Hippie Pink #A0555D

Tints of Hippie Pink #A0555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.15%

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

R = 47.34%
G = 25.15%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0555D (or 0xA0555D) is known color: Hippie Pink. HEX triplet: A0, 55 and 5D. RGB value is (160,85,93). Sum of RGB (Red+Green+Blue) = 160+85+93=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0555D is #5FAAA2. Grayscale: #6C6C6C. Windows color (decimal): -6269603 or 6116768. OLE color: 6116768.

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

Color convert

RGB 160 85 93 -
CMYK 0 0.47 0.42 0.37
HSL 353.6º 0.31% 0.48% -
HSV(B) 353.6º 0.47% 0.63% -
XYZ 19.72 14.76 12.17 -
YUV 108.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 160 85 93 0 0.47 0.42 0.37 353.6 0.31 0.48
Hex A0 55 5D 0 2F 2A 25 162 1F 30
Octal 240 125 135 0 57 52 45 542 37 60
Binary 10100000 1010101 1011101 0 101111 101010 100101 101100010 11111 110000

Color Harmonies of #A0555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0555D

Black with #A0555D

Text Example


Text Example

White with #A0555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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