Html Css Color HEX #A1496C Rouge

📋 copy color: '#A1496C'

red 161 ◦ green 73 ◦ blue 108

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

Shades of Rouge #A1496C

Tints of Rouge #A1496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 47.08%
G = 21.35%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1496C (or 0xA1496C) is known color: Rouge. HEX triplet: A1, 49 and 6C. RGB value is (161,73,108). Sum of RGB (Red+Green+Blue) = 161+73+108=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1496C is #5EB693. Grayscale: #676767. Windows color (decimal): -6207124 or 7096737. OLE color: 7096737.

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

Color convert

RGB 161 73 108 -
CMYK 0 0.55 0.33 0.37
HSL 336.14º 0.38% 0.46% -
HSV(B) 336.14º 0.55% 0.63% -
XYZ 19.79 13.42 15.74 -
YUV 103.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 161 73 108 0 0.55 0.33 0.37 336.14 0.38 0.46
Hex A1 49 6C 0 37 21 25 150 26 2E
Octal 241 111 154 0 67 41 45 520 46 56
Binary 10100001 1001001 1101100 0 110111 100001 100101 101010000 100110 101110

Color Harmonies of #A1496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1496C

Black with #A1496C

Text Example


Text Example

White with #A1496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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