Html Css Color HEX #A1496A Rouge

📋 copy color: '#A1496A'

red 161 ◦ green 73 ◦ blue 106

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

Shades of Rouge #A1496A

Tints of Rouge #A1496A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 47.35%
G = 21.47%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1496A (or 0xA1496A) is known color: Rouge. HEX triplet: A1, 49 and 6A. RGB value is (161,73,106). Sum of RGB (Red+Green+Blue) = 161+73+106=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1496A is #5EB695. Grayscale: #676767. Windows color (decimal): -6207126 or 6965665. OLE color: 6965665.

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

Color convert

RGB 161 73 106 -
CMYK 0 0.55 0.34 0.37
HSL 337.5º 0.38% 0.46% -
HSV(B) 337.5º 0.55% 0.63% -
XYZ 19.68 13.38 15.18 -
YUV 103.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 161 73 106 0 0.55 0.34 0.37 337.5 0.38 0.46
Hex A1 49 6A 0 37 22 25 152 26 2E
Octal 241 111 152 0 67 42 45 522 46 56
Binary 10100001 1001001 1101010 0 110111 100010 100101 101010010 100110 101110

Color Harmonies of #A1496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1496A

Black with #A1496A

Text Example


Text Example

White with #A1496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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