Html Css Color HEX #A15060 Hippie Pink

📋 copy color: '#A15060'

red 161 ◦ green 80 ◦ blue 96

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

Shades of Hippie Pink #A15060

Tints of Hippie Pink #A15060

RGB

 RED value IS 161 (63.28% from 255) = 47.77%

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 47.77%
G = 23.74%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A15060 (or 0xA15060) is known color: Hippie Pink. HEX triplet: A1, 50 and 60. RGB value is (161,80,96). Sum of RGB (Red+Green+Blue) = 161+80+96=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A15060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15060 is #5EAF9F. Grayscale: #6A6A6A. Windows color (decimal): -6205344 or 6312097. OLE color: 6312097.

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

Color convert

RGB 161 80 96 -
CMYK 0 0.50 0.40 0.37
HSL 348.15º 0.34% 0.47% -
HSV(B) 348.15º 0.5% 0.63% -
XYZ 19.68 14.16 12.76 -
YUV 106.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 161 80 96 0 0.50 0.40 0.37 348.15 0.34 0.47
Hex A1 50 60 0 32 28 25 15C 22 2F
Octal 241 120 140 0 62 50 45 534 42 57
Binary 10100001 1010000 1100000 0 110010 101000 100101 101011100 100010 101111

Color Harmonies of #A15060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15060

Black with #A15060

Text Example


Text Example

White with #A15060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15060; }

 p { color: rgb(161,80,96); }

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

background-color css

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

 a { background-color: rgb(161,80,96); }

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

border-color css

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

 span { border-color: rgb(161,80,96); }

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