Html Css Color HEX #A0366D Rouge

📋 copy color: '#A0366D'

red 160 ◦ green 54 ◦ blue 109

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

Shades of Rouge #A0366D

Tints of Rouge #A0366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

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

R = 49.54%
G = 16.72%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0366D (or 0xA0366D) is known color: Rouge. HEX triplet: A0, 36 and 6D. RGB value is (160,54,109). Sum of RGB (Red+Green+Blue) = 160+54+109=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0366D is #5FC992. Grayscale: #5B5B5B. Windows color (decimal): -6277523 or 7157408. OLE color: 7157408.

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

Color convert

RGB 160 54 109 -
CMYK 0 0.66 0.32 0.37
HSL 328.87º 0.5% 0.42% -
HSV(B) 328.87º 0.66% 0.63% -
XYZ 18.58 11.22 15.65 -
YUV 91.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 160 54 109 0 0.66 0.32 0.37 328.87 0.5 0.42
Hex A0 36 6D 0 42 20 25 149 32 2A
Octal 240 66 155 0 102 40 45 511 62 52
Binary 10100000 110110 1101101 0 1000010 100000 100101 101001001 110010 101010

Color Harmonies of #A0366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0366D

Black with #A0366D

Text Example


Text Example

White with #A0366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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