Html Css Color HEX #A0476D Rouge

📋 copy color: '#A0476D'

red 160 ◦ green 71 ◦ blue 109

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

Shades of Rouge #A0476D

Tints of Rouge #A0476D

RGB

 RED value IS 160 (62.89% from 255) = 47.06%

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

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

R = 47.06%
G = 20.88%
B = 32.06%

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

#A0476D (or 0xA0476D) is known color: Rouge. HEX triplet: A0, 47 and 6D. RGB value is (160,71,109). Sum of RGB (Red+Green+Blue) = 160+71+109=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0476D is #5FB892. Grayscale: #656565. Windows color (decimal): -6273171 or 7161760. OLE color: 7161760.

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

Color convert

RGB 160 71 109 -
CMYK 0 0.56 0.32 0.37
HSL 334.38º 0.39% 0.45% -
HSV(B) 334.38º 0.56% 0.63% -
XYZ 19.51 13.08 15.97 -
YUV 101.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 160 71 109 0 0.56 0.32 0.37 334.38 0.39 0.45
Hex A0 47 6D 0 38 20 25 14E 27 2D
Octal 240 107 155 0 70 40 45 516 47 55
Binary 10100000 1000111 1101101 0 111000 100000 100101 101001110 100111 101101

Color Harmonies of #A0476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0476D

Black with #A0476D

Text Example


Text Example

White with #A0476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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