Html Css Color HEX #A0486D Rouge

📋 copy color: '#A0486D'

red 160 ◦ green 72 ◦ blue 109

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

Shades of Rouge #A0486D

Tints of Rouge #A0486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

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

R = 46.92%
G = 21.11%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0486D (or 0xA0486D) is known color: Rouge. HEX triplet: A0, 48 and 6D. RGB value is (160,72,109). Sum of RGB (Red+Green+Blue) = 160+72+109=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0486D is #5FB792. Grayscale: #666666. Windows color (decimal): -6272915 or 7162016. OLE color: 7162016.

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

Color convert

RGB 160 72 109 -
CMYK 0 0.55 0.32 0.37
HSL 334.77º 0.38% 0.45% -
HSV(B) 334.77º 0.55% 0.63% -
XYZ 19.57 13.21 15.99 -
YUV 102.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 160 72 109 0 0.55 0.32 0.37 334.77 0.38 0.45
Hex A0 48 6D 0 37 20 25 14F 26 2D
Octal 240 110 155 0 67 40 45 517 46 55
Binary 10100000 1001000 1101101 0 110111 100000 100101 101001111 100110 101101

Color Harmonies of #A0486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0486D

Black with #A0486D

Text Example


Text Example

White with #A0486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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