Html Css Color HEX #A1495A Hippie Pink

📋 copy color: '#A1495A'

red 161 ◦ green 73 ◦ blue 90

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

Shades of Hippie Pink #A1495A

Tints of Hippie Pink #A1495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 49.69%
G = 22.53%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1495A (or 0xA1495A) is known color: Hippie Pink. HEX triplet: A1, 49 and 5A. RGB value is (161,73,90). Sum of RGB (Red+Green+Blue) = 161+73+90=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1495A is #5EB6A5. Grayscale: #656565. Windows color (decimal): -6207142 or 5917089. OLE color: 5917089.

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

Color convert

RGB 161 73 90 -
CMYK 0 0.55 0.44 0.37
HSL 348.41º 0.38% 0.46% -
HSV(B) 348.41º 0.55% 0.63% -
XYZ 18.93 13.08 11.2 -
YUV 101.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 161 73 90 0 0.55 0.44 0.37 348.41 0.38 0.46
Hex A1 49 5A 0 37 2C 25 15C 26 2E
Octal 241 111 132 0 67 54 45 534 46 56
Binary 10100001 1001001 1011010 0 110111 101100 100101 101011100 100110 101110

Color Harmonies of #A1495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1495A

Black with #A1495A

Text Example


Text Example

White with #A1495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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