Html Css Color HEX #A0396D Rouge

📋 copy color: '#A0396D'

red 160 ◦ green 57 ◦ blue 109

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

Shades of Rouge #A0396D

Tints of Rouge #A0396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 49.08%
G = 17.48%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0396D (or 0xA0396D) is known color: Rouge. HEX triplet: A0, 39 and 6D. RGB value is (160,57,109). Sum of RGB (Red+Green+Blue) = 160+57+109=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0396D is #5FC692. Grayscale: #5D5D5D. Windows color (decimal): -6276755 or 7158176. OLE color: 7158176.

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

Color convert

RGB 160 57 109 -
CMYK 0 0.64 0.32 0.37
HSL 329.71º 0.47% 0.43% -
HSV(B) 329.71º 0.64% 0.63% -
XYZ 18.72 11.5 15.7 -
YUV 93.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 160 57 109 0 0.64 0.32 0.37 329.71 0.47 0.43
Hex A0 39 6D 0 40 20 25 14A 2F 2B
Octal 240 71 155 0 100 40 45 512 57 53
Binary 10100000 111001 1101101 0 1000000 100000 100101 101001010 101111 101011

Color Harmonies of #A0396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0396D

Black with #A0396D

Text Example


Text Example

White with #A0396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0396D; }

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

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

background-color css

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

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

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

border-color css

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

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

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