Html Css Color HEX #A1476D Rouge

📋 copy color: '#A1476D'

red 161 ◦ green 71 ◦ blue 109

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

Shades of Rouge #A1476D

Tints of Rouge #A1476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.82%

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

R = 47.21%
G = 20.82%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1476D (or 0xA1476D) is known color: Rouge. HEX triplet: A1, 47 and 6D. RGB value is (161,71,109). Sum of RGB (Red+Green+Blue) = 161+71+109=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1476D is #5EB892. Grayscale: #666666. Windows color (decimal): -6207635 or 7161761. OLE color: 7161761.

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

Color convert

RGB 161 71 109 -
CMYK 0 0.56 0.32 0.37
HSL 334.67º 0.39% 0.45% -
HSV(B) 334.67º 0.56% 0.63% -
XYZ 19.71 13.19 15.97 -
YUV 102.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 161 71 109 0 0.56 0.32 0.37 334.67 0.39 0.45
Hex A1 47 6D 0 38 20 25 14F 27 2D
Octal 241 107 155 0 70 40 45 517 47 55
Binary 10100001 1000111 1101101 0 111000 100000 100101 101001111 100111 101101

Color Harmonies of #A1476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1476D

Black with #A1476D

Text Example


Text Example

White with #A1476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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