Html Css Color HEX #A05758 Hippie Pink

📋 copy color: '#A05758'

red 160 ◦ green 87 ◦ blue 88

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

Shades of Hippie Pink #A05758

Tints of Hippie Pink #A05758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.27%

R = 47.76%
G = 25.97%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A05758 (or 0xA05758) is known color: Hippie Pink. HEX triplet: A0, 57 and 58. RGB value is (160,87,88). Sum of RGB (Red+Green+Blue) = 160+87+88=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A05758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05758 is #5FA8A7. Grayscale: #6D6D6D. Windows color (decimal): -6269096 or 5789600. OLE color: 5789600.

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

Color convert

RGB 160 87 88 -
CMYK 0 0.46 0.45 0.37
HSL 359.18º 0.3% 0.48% -
HSV(B) 359.18º 0.46% 0.63% -
XYZ 19.67 14.99 11.09 -
YUV 108.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 160 87 88 0 0.46 0.45 0.37 359.18 0.3 0.48
Hex A0 57 58 0 2E 2D 25 167 1E 30
Octal 240 127 130 0 56 55 45 547 36 60
Binary 10100000 1010111 1011000 0 101110 101101 100101 101100111 11110 110000

Color Harmonies of #A05758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05758

Black with #A05758

Text Example


Text Example

White with #A05758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05758; }

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

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

background-color css

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

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

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

border-color css

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

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

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