Html Css Color HEX #A05155 Hippie Pink

📋 copy color: '#A05155'

red 160 ◦ green 81 ◦ blue 85

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

Shades of Hippie Pink #A05155

Tints of Hippie Pink #A05155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 49.08%
G = 24.85%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A05155 (or 0xA05155) is known color: Hippie Pink. HEX triplet: A0, 51 and 55. RGB value is (160,81,85). Sum of RGB (Red+Green+Blue) = 160+81+85=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A05155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05155 is #5FAEAA. Grayscale: #696969. Windows color (decimal): -6270635 or 5591456. OLE color: 5591456.

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

Color convert

RGB 160 81 85 -
CMYK 0 0.49 0.47 0.37
HSL 356.96º 0.33% 0.47% -
HSV(B) 356.96º 0.49% 0.63% -
XYZ 19.08 14.01 10.29 -
YUV 105.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 160 81 85 0 0.49 0.47 0.37 356.96 0.33 0.47
Hex A0 51 55 0 31 2F 25 165 21 2F
Octal 240 121 125 0 61 57 45 545 41 57
Binary 10100000 1010001 1010101 0 110001 101111 100101 101100101 100001 101111

Color Harmonies of #A05155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05155

Black with #A05155

Text Example


Text Example

White with #A05155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05155; }

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

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

background-color css

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

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

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

border-color css

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

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

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