Html Css Color HEX #A15859 Hippie Pink

📋 copy color: '#A15859'

red 161 ◦ green 88 ◦ blue 89

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

Shades of Hippie Pink #A15859

Tints of Hippie Pink #A15859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 47.63%
G = 26.04%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A15859 (or 0xA15859) is known color: Hippie Pink. HEX triplet: A1, 58 and 59. RGB value is (161,88,89). Sum of RGB (Red+Green+Blue) = 161+88+89=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A15859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15859 is #5EA7A6. Grayscale: #6E6E6E. Windows color (decimal): -6203303 or 5855393. OLE color: 5855393.

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

Color convert

RGB 161 88 89 -
CMYK 0 0.45 0.45 0.37
HSL 359.18º 0.29% 0.49% -
HSV(B) 359.18º 0.45% 0.63% -
XYZ 19.99 15.28 11.35 -
YUV 109.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 161 88 89 0 0.45 0.45 0.37 359.18 0.29 0.49
Hex A1 58 59 0 2D 2D 25 167 1D 31
Octal 241 130 131 0 55 55 45 547 35 61
Binary 10100001 1011000 1011001 0 101101 101101 100101 101100111 11101 110001

Color Harmonies of #A15859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15859

Black with #A15859

Text Example


Text Example

White with #A15859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15859; }

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

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

background-color css

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

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

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

border-color css

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

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

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