Html Css Color HEX #A0355E Rouge

📋 copy color: '#A0355E'

red 160 ◦ green 53 ◦ blue 94

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

Shades of Rouge #A0355E

Tints of Rouge #A0355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 52.12%
G = 17.26%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0355E (or 0xA0355E) is known color: Rouge. HEX triplet: A0, 35 and 5E. RGB value is (160,53,94). Sum of RGB (Red+Green+Blue) = 160+53+94=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0355E is #5FCAA1. Grayscale: #595959. Windows color (decimal): -6277794 or 6174112. OLE color: 6174112.

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

Color convert

RGB 160 53 94 -
CMYK 0 0.67 0.41 0.37
HSL 337.01º 0.5% 0.42% -
HSV(B) 337.01º 0.67% 0.63% -
XYZ 17.79 10.83 11.74 -
YUV 89.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 160 53 94 0 0.67 0.41 0.37 337.01 0.5 0.42
Hex A0 35 5E 0 43 29 25 151 32 2A
Octal 240 65 136 0 103 51 45 521 62 52
Binary 10100000 110101 1011110 0 1000011 101001 100101 101010001 110010 101010

Color Harmonies of #A0355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0355E

Black with #A0355E

Text Example


Text Example

White with #A0355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0355E; }

 p { color: rgb(160,53,94); }

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

background-color css

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

 a { background-color: rgb(160,53,94); }

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

border-color css

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

 span { border-color: rgb(160,53,94); }

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