Html Css Color HEX #A1486D Rouge

📋 copy color: '#A1486D'

red 161 ◦ green 72 ◦ blue 109

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

Shades of Rouge #A1486D

Tints of Rouge #A1486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 47.08%
G = 21.05%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1486D (or 0xA1486D) is known color: Rouge. HEX triplet: A1, 48 and 6D. RGB value is (161,72,109). Sum of RGB (Red+Green+Blue) = 161+72+109=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1486D is #5EB792. Grayscale: #666666. Windows color (decimal): -6207379 or 7162017. OLE color: 7162017.

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

Color convert

RGB 161 72 109 -
CMYK 0 0.55 0.32 0.37
HSL 335.06º 0.38% 0.46% -
HSV(B) 335.06º 0.55% 0.63% -
XYZ 19.78 13.32 16 -
YUV 102.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 161 72 109 0 0.55 0.32 0.37 335.06 0.38 0.46
Hex A1 48 6D 0 37 20 25 14F 26 2E
Octal 241 110 155 0 67 40 45 517 46 56
Binary 10100001 1001000 1101101 0 110111 100000 100101 101001111 100110 101110

Color Harmonies of #A1486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1486D

Black with #A1486D

Text Example


Text Example

White with #A1486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1486D; }

 p { color: rgb(161,72,109); }

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

background-color css

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

 a { background-color: rgb(161,72,109); }

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

border-color css

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

 span { border-color: rgb(161,72,109); }

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