Html Css Color HEX #A0486B Rouge

📋 copy color: '#A0486B'

red 160 ◦ green 72 ◦ blue 107

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

Shades of Rouge #A0486B

Tints of Rouge #A0486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 47.2%
G = 21.24%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0486B (or 0xA0486B) is known color: Rouge. HEX triplet: A0, 48 and 6B. RGB value is (160,72,107). Sum of RGB (Red+Green+Blue) = 160+72+107=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0486B is #5FB794. Grayscale: #666666. Windows color (decimal): -6272917 or 7030944. OLE color: 7030944.

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

Color convert

RGB 160 72 107 -
CMYK 0 0.55 0.33 0.37
HSL 336.14º 0.38% 0.45% -
HSV(B) 336.14º 0.55% 0.63% -
XYZ 19.47 13.17 15.43 -
YUV 102.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 160 72 107 0 0.55 0.33 0.37 336.14 0.38 0.45
Hex A0 48 6B 0 37 21 25 150 26 2D
Octal 240 110 153 0 67 41 45 520 46 55
Binary 10100000 1001000 1101011 0 110111 100001 100101 101010000 100110 101101

Color Harmonies of #A0486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0486B

Black with #A0486B

Text Example


Text Example

White with #A0486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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