Html Css Color HEX #A05759 Hippie Pink

📋 copy color: '#A05759'

red 160 ◦ green 87 ◦ blue 89

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

Shades of Hippie Pink #A05759

Tints of Hippie Pink #A05759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 47.62%
G = 25.89%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A05759 (or 0xA05759) is known color: Hippie Pink. HEX triplet: A0, 57 and 59. RGB value is (160,87,89). Sum of RGB (Red+Green+Blue) = 160+87+89=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A05759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05759 is #5FA8A6. Grayscale: #6D6D6D. Windows color (decimal): -6269095 or 5855136. OLE color: 5855136.

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

Color convert

RGB 160 87 89 -
CMYK 0 0.46 0.44 0.37
HSL 358.36º 0.3% 0.48% -
HSV(B) 358.36º 0.46% 0.63% -
XYZ 19.71 15.01 11.31 -
YUV 109.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 160 87 89 0 0.46 0.44 0.37 358.36 0.3 0.48
Hex A0 57 59 0 2E 2C 25 166 1E 30
Octal 240 127 131 0 56 54 45 546 36 60
Binary 10100000 1010111 1011001 0 101110 101100 100101 101100110 11110 110000

Color Harmonies of #A05759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05759

Black with #A05759

Text Example


Text Example

White with #A05759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05759; }

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

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

background-color css

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

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

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

border-color css

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

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

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