Html Css Color HEX #A1476C Rouge

📋 copy color: '#A1476C'

red 161 ◦ green 71 ◦ blue 108

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

Shades of Rouge #A1476C

Tints of Rouge #A1476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 47.35%
G = 20.88%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A1476C (or 0xA1476C) is known color: Rouge. HEX triplet: A1, 47 and 6C. RGB value is (161,71,108). Sum of RGB (Red+Green+Blue) = 161+71+108=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1476C is #5EB893. Grayscale: #666666. Windows color (decimal): -6207636 or 7096225. OLE color: 7096225.

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

Color convert

RGB 161 71 108 -
CMYK 0 0.56 0.33 0.37
HSL 335.33º 0.39% 0.45% -
HSV(B) 335.33º 0.56% 0.63% -
XYZ 19.66 13.17 15.69 -
YUV 102.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 161 71 108 0 0.56 0.33 0.37 335.33 0.39 0.45
Hex A1 47 6C 0 38 21 25 14F 27 2D
Octal 241 107 154 0 70 41 45 517 47 55
Binary 10100001 1000111 1101100 0 111000 100001 100101 101001111 100111 101101

Color Harmonies of #A1476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1476C

Black with #A1476C

Text Example


Text Example

White with #A1476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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