Html Css Color HEX #A05558 Hippie Pink

📋 copy color: '#A05558'

red 160 ◦ green 85 ◦ blue 88

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

Shades of Hippie Pink #A05558

Tints of Hippie Pink #A05558

RGB

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

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

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

R = 48.05%
G = 25.53%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A05558 (or 0xA05558) is known color: Hippie Pink. HEX triplet: A0, 55 and 58. RGB value is (160,85,88). Sum of RGB (Red+Green+Blue) = 160+85+88=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A05558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05558 is #5FAAA7. Grayscale: #6B6B6B. Windows color (decimal): -6269608 or 5789088. OLE color: 5789088.

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

Color convert

RGB 160 85 88 -
CMYK 0 0.47 0.45 0.37
HSL 357.6º 0.31% 0.48% -
HSV(B) 357.6º 0.47% 0.63% -
XYZ 19.51 14.68 11.04 -
YUV 107.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 160 85 88 0 0.47 0.45 0.37 357.6 0.31 0.48
Hex A0 55 58 0 2F 2D 25 166 1F 30
Octal 240 125 130 0 57 55 45 546 37 60
Binary 10100000 1010101 1011000 0 101111 101101 100101 101100110 11111 110000

Color Harmonies of #A05558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05558

Black with #A05558

Text Example


Text Example

White with #A05558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05558; }

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

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

background-color css

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

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

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

border-color css

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

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

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