Html Css Color HEX #A0395D Rouge

📋 copy color: '#A0395D'

red 160 ◦ green 57 ◦ blue 93

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

Shades of Rouge #A0395D

Tints of Rouge #A0395D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 51.61%
G = 18.39%
B = 30%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0395D (or 0xA0395D) is known color: Rouge. HEX triplet: A0, 39 and 5D. RGB value is (160,57,93). Sum of RGB (Red+Green+Blue) = 160+57+93=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0395D is #5FC6A2. Grayscale: #5B5B5B. Windows color (decimal): -6276771 or 6109600. OLE color: 6109600.

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

Color convert

RGB 160 57 93 -
CMYK 0 0.64 0.42 0.37
HSL 339.03º 0.47% 0.43% -
HSV(B) 339.03º 0.64% 0.63% -
XYZ 17.94 11.19 11.57 -
YUV 91.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 160 57 93 0 0.64 0.42 0.37 339.03 0.47 0.43
Hex A0 39 5D 0 40 2A 25 153 2F 2B
Octal 240 71 135 0 100 52 45 523 57 53
Binary 10100000 111001 1011101 0 1000000 101010 100101 101010011 101111 101011

Color Harmonies of #A0395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0395D

Black with #A0395D

Text Example


Text Example

White with #A0395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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