Html Css Color HEX #A1595D Hippie Pink

📋 copy color: '#A1595D'

red 161 ◦ green 89 ◦ blue 93

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

Shades of Hippie Pink #A1595D

Tints of Hippie Pink #A1595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 46.94%
G = 25.95%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1595D (or 0xA1595D) is known color: Hippie Pink. HEX triplet: A1, 59 and 5D. RGB value is (161,89,93). Sum of RGB (Red+Green+Blue) = 161+89+93=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1595D is #5EA6A2. Grayscale: #6F6F6F. Windows color (decimal): -6203043 or 6117793. OLE color: 6117793.

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

Color convert

RGB 161 89 93 -
CMYK 0 0.45 0.42 0.37
HSL 356.67º 0.29% 0.49% -
HSV(B) 356.67º 0.45% 0.63% -
XYZ 20.25 15.51 12.28 -
YUV 110.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 161 89 93 0 0.45 0.42 0.37 356.67 0.29 0.49
Hex A1 59 5D 0 2D 2A 25 165 1D 31
Octal 241 131 135 0 55 52 45 545 35 61
Binary 10100001 1011001 1011101 0 101101 101010 100101 101100101 11101 110001

Color Harmonies of #A1595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1595D

Black with #A1595D

Text Example


Text Example

White with #A1595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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