Html Css Color HEX #A1366E Rouge

📋 copy color: '#A1366E'

red 161 ◦ green 54 ◦ blue 110

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

Shades of Rouge #A1366E

Tints of Rouge #A1366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 49.54%
G = 16.62%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1366E (or 0xA1366E) is known color: Rouge. HEX triplet: A1, 36 and 6E. RGB value is (161,54,110). Sum of RGB (Red+Green+Blue) = 161+54+110=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1366E is #5EC991. Grayscale: #5C5C5C. Windows color (decimal): -6211986 or 7222945. OLE color: 7222945.

HSL color Cylindrical-coordinate representation of color #A1366E: hue angle of 328.6º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1366E is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 54 110 -
CMYK 0 0.66 0.32 0.37
HSL 328.6º 0.5% 0.42% -
HSV(B) 328.6º 0.66% 0.63% -
XYZ 18.83 11.34 15.95 -
YUV 92.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 161 54 110 0 0.66 0.32 0.37 328.6 0.5 0.42
Hex A1 36 6E 0 42 20 25 149 32 2A
Octal 241 66 156 0 102 40 45 511 62 52
Binary 10100001 110110 1101110 0 1000010 100000 100101 101001001 110010 101010

Color Harmonies of #A1366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1366E

Black with #A1366E

Text Example


Text Example

White with #A1366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1366E; }

 p { color: rgb(161,54,110); }

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

background-color css

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

 a { background-color: rgb(161,54,110); }

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

border-color css

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

 span { border-color: rgb(161,54,110); }

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