Html Css Color HEX #A1386A Rouge

📋 copy color: '#A1386A'

red 161 ◦ green 56 ◦ blue 106

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

Shades of Rouge #A1386A

Tints of Rouge #A1386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

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

R = 49.85%
G = 17.34%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1386A (or 0xA1386A) is known color: Rouge. HEX triplet: A1, 38 and 6A. RGB value is (161,56,106). Sum of RGB (Red+Green+Blue) = 161+56+106=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1386A is #5EC795. Grayscale: #5D5D5D. Windows color (decimal): -6211478 or 6961313. OLE color: 6961313.

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

Color convert

RGB 161 56 106 -
CMYK 0 0.65 0.34 0.37
HSL 331.43º 0.48% 0.43% -
HSV(B) 331.43º 0.65% 0.63% -
XYZ 18.71 11.45 14.86 -
YUV 93.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 161 56 106 0 0.65 0.34 0.37 331.43 0.48 0.43
Hex A1 38 6A 0 41 22 25 14B 30 2B
Octal 241 70 152 0 101 42 45 513 60 53
Binary 10100001 111000 1101010 0 1000001 100010 100101 101001011 110000 101011

Color Harmonies of #A1386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1386A

Black with #A1386A

Text Example


Text Example

White with #A1386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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