Html Css Color HEX #A1486F Rouge

📋 copy color: '#A1486F'

red 161 ◦ green 72 ◦ blue 111

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

Shades of Rouge #A1486F

Tints of Rouge #A1486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 46.8%
G = 20.93%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1486F (or 0xA1486F) is known color: Rouge. HEX triplet: A1, 48 and 6F. RGB value is (161,72,111). Sum of RGB (Red+Green+Blue) = 161+72+111=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A1486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1486F is #5EB790. Grayscale: #666666. Windows color (decimal): -6207377 or 7293089. OLE color: 7293089.

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

Color convert

RGB 161 72 111 -
CMYK 0 0.55 0.31 0.37
HSL 333.71º 0.38% 0.46% -
HSV(B) 333.71º 0.55% 0.63% -
XYZ 19.88 13.36 16.57 -
YUV 103.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 161 72 111 0 0.55 0.31 0.37 333.71 0.38 0.46
Hex A1 48 6F 0 37 1F 25 14E 26 2E
Octal 241 110 157 0 67 37 45 516 46 56
Binary 10100001 1001000 1101111 0 110111 11111 100101 101001110 100110 101110

Color Harmonies of #A1486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1486F

Black with #A1486F

Text Example


Text Example

White with #A1486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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