Html Css Color HEX #A15059 Hippie Pink

📋 copy color: '#A15059'

red 161 ◦ green 80 ◦ blue 89

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

Shades of Hippie Pink #A15059

Tints of Hippie Pink #A15059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.97%

R = 48.79%
G = 24.24%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A15059 (or 0xA15059) is known color: Hippie Pink. HEX triplet: A1, 50 and 59. RGB value is (161,80,89). Sum of RGB (Red+Green+Blue) = 161+80+89=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A15059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15059 is #5EAFA6. Grayscale: #696969. Windows color (decimal): -6205351 or 5853345. OLE color: 5853345.

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

Color convert

RGB 161 80 89 -
CMYK 0 0.50 0.45 0.37
HSL 353.33º 0.34% 0.47% -
HSV(B) 353.33º 0.5% 0.63% -
XYZ 19.37 14.04 11.14 -
YUV 105.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 161 80 89 0 0.50 0.45 0.37 353.33 0.34 0.47
Hex A1 50 59 0 32 2D 25 161 22 2F
Octal 241 120 131 0 62 55 45 541 42 57
Binary 10100001 1010000 1011001 0 110010 101101 100101 101100001 100010 101111

Color Harmonies of #A15059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15059

Black with #A15059

Text Example


Text Example

White with #A15059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15059; }

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

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

background-color css

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

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

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

border-color css

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

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

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