Html Css Color HEX #A0385E Rouge

📋 copy color: '#A0385E'

red 160 ◦ green 56 ◦ blue 94

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

Shades of Rouge #A0385E

Tints of Rouge #A0385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

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

R = 51.61%
G = 18.06%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0385E (or 0xA0385E) is known color: Rouge. HEX triplet: A0, 38 and 5E. RGB value is (160,56,94). Sum of RGB (Red+Green+Blue) = 160+56+94=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0385E is #5FC7A1. Grayscale: #5B5B5B. Windows color (decimal): -6277026 or 6174880. OLE color: 6174880.

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

Color convert

RGB 160 56 94 -
CMYK 0 0.65 0.41 0.37
HSL 338.08º 0.48% 0.42% -
HSV(B) 338.08º 0.65% 0.63% -
XYZ 17.93 11.11 11.79 -
YUV 91.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 160 56 94 0 0.65 0.41 0.37 338.08 0.48 0.42
Hex A0 38 5E 0 41 29 25 152 30 2A
Octal 240 70 136 0 101 51 45 522 60 52
Binary 10100000 111000 1011110 0 1000001 101001 100101 101010010 110000 101010

Color Harmonies of #A0385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0385E

Black with #A0385E

Text Example


Text Example

White with #A0385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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