Html Css Color HEX #A1495B Hippie Pink

📋 copy color: '#A1495B'

red 161 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #A1495B

Tints of Hippie Pink #A1495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 49.54%
G = 22.46%
B = 28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1495B (or 0xA1495B) is known color: Hippie Pink. HEX triplet: A1, 49 and 5B. RGB value is (161,73,91). Sum of RGB (Red+Green+Blue) = 161+73+91=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1495B is #5EB6A4. Grayscale: #656565. Windows color (decimal): -6207141 or 5982625. OLE color: 5982625.

HSL color Cylindrical-coordinate representation of color #A1495B: hue angle of 347.73º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1495B is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 73 91 -
CMYK 0 0.55 0.43 0.37
HSL 347.73º 0.38% 0.46% -
HSV(B) 347.73º 0.55% 0.63% -
XYZ 18.97 13.1 11.43 -
YUV 101.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 161 73 91 0 0.55 0.43 0.37 347.73 0.38 0.46
Hex A1 49 5B 0 37 2B 25 15C 26 2E
Octal 241 111 133 0 67 53 45 534 46 56
Binary 10100001 1001001 1011011 0 110111 101011 100101 101011100 100110 101110

Color Harmonies of #A1495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1495B

Black with #A1495B

Text Example


Text Example

White with #A1495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1495B; }

 p { color: rgb(161,73,91); }

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

background-color css

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

 a { background-color: rgb(161,73,91); }

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

border-color css

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

 span { border-color: rgb(161,73,91); }

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