Html Css Color HEX #A0585A Hippie Pink

📋 copy color: '#A0585A'

red 160 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #A0585A

Tints of Hippie Pink #A0585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 47.34%
G = 26.04%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0585A (or 0xA0585A) is known color: Hippie Pink. HEX triplet: A0, 58 and 5A. RGB value is (160,88,90). Sum of RGB (Red+Green+Blue) = 160+88+90=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0585A is #5FA7A5. Grayscale: #6D6D6D. Windows color (decimal): -6268838 or 5920928. OLE color: 5920928.

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

Color convert

RGB 160 88 90 -
CMYK 0 0.45 0.44 0.37
HSL 358.33º 0.29% 0.49% -
HSV(B) 358.33º 0.45% 0.63% -
XYZ 19.83 15.19 11.56 -
YUV 109.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 160 88 90 0 0.45 0.44 0.37 358.33 0.29 0.49
Hex A0 58 5A 0 2D 2C 25 166 1D 31
Octal 240 130 132 0 55 54 45 546 35 61
Binary 10100000 1011000 1011010 0 101101 101100 100101 101100110 11101 110001

Color Harmonies of #A0585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0585A

Black with #A0585A

Text Example


Text Example

White with #A0585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0585A; }

 p { color: rgb(160,88,90); }

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

background-color css

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

 a { background-color: rgb(160,88,90); }

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

border-color css

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

 span { border-color: rgb(160,88,90); }

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