Html Css Color HEX #A05557 Hippie Pink

📋 copy color: '#A05557'

red 160 ◦ green 85 ◦ blue 87

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

Shades of Hippie Pink #A05557

Tints of Hippie Pink #A05557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.2%

R = 48.19%
G = 25.6%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A05557 (or 0xA05557) is known color: Hippie Pink. HEX triplet: A0, 55 and 57. RGB value is (160,85,87). Sum of RGB (Red+Green+Blue) = 160+85+87=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A05557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05557 is #5FAAA8. Grayscale: #6B6B6B. Windows color (decimal): -6269609 or 5723552. OLE color: 5723552.

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

Color convert

RGB 160 85 87 -
CMYK 0 0.47 0.46 0.37
HSL 358.4º 0.31% 0.48% -
HSV(B) 358.4º 0.47% 0.63% -
XYZ 19.47 14.66 10.82 -
YUV 107.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 160 85 87 0 0.47 0.46 0.37 358.4 0.31 0.48
Hex A0 55 57 0 2F 2E 25 166 1F 30
Octal 240 125 127 0 57 56 45 546 37 60
Binary 10100000 1010101 1010111 0 101111 101110 100101 101100110 11111 110000

Color Harmonies of #A05557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05557

Black with #A05557

Text Example


Text Example

White with #A05557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05557; }

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

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

background-color css

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

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

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

border-color css

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

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

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