Html Css Color HEX #A0395F Rouge

📋 copy color: '#A0395F'

red 160 ◦ green 57 ◦ blue 95

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

Shades of Rouge #A0395F

Tints of Rouge #A0395F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 51.28%
G = 18.27%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0395F (or 0xA0395F) is known color: Rouge. HEX triplet: A0, 39 and 5F. RGB value is (160,57,95). Sum of RGB (Red+Green+Blue) = 160+57+95=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A0395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0395F is #5FC6A0. Grayscale: #5C5C5C. Windows color (decimal): -6276769 or 6240672. OLE color: 6240672.

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

Color convert

RGB 160 57 95 -
CMYK 0 0.64 0.41 0.37
HSL 337.86º 0.47% 0.43% -
HSV(B) 337.86º 0.64% 0.63% -
XYZ 18.03 11.23 12.04 -
YUV 92.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 160 57 95 0 0.64 0.41 0.37 337.86 0.47 0.43
Hex A0 39 5F 0 40 29 25 152 2F 2B
Octal 240 71 137 0 100 51 45 522 57 53
Binary 10100000 111001 1011111 0 1000000 101001 100101 101010010 101111 101011

Color Harmonies of #A0395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0395F

Black with #A0395F

Text Example


Text Example

White with #A0395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0395F; }

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

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

background-color css

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

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

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

border-color css

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

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

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