Html Css Color HEX #A3486B Rouge

📋 copy color: '#A3486B'

red 163 ◦ green 72 ◦ blue 107

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

Shades of Rouge #A3486B

Tints of Rouge #A3486B

RGB

 RED value IS 163 (64.06% from 255) = 47.66%

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

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

R = 47.66%
G = 21.05%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3486B (or 0xA3486B) is known color: Rouge. HEX triplet: A3, 48 and 6B. RGB value is (163,72,107). Sum of RGB (Red+Green+Blue) = 163+72+107=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3486B is #5CB794. Grayscale: #676767. Windows color (decimal): -6076309 or 7030947. OLE color: 7030947.

HSL color Cylindrical-coordinate representation of color #A3486B: hue angle of 336.92º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3486B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 107 -
CMYK 0 0.56 0.34 0.36
HSL 336.92º 0.39% 0.46% -
HSV(B) 336.92º 0.56% 0.64% -
XYZ 20.08 13.48 15.45 -
YUV 103.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 163 72 107 0 0.56 0.34 0.36 336.92 0.39 0.46
Hex A3 48 6B 0 38 22 24 151 27 2E
Octal 243 110 153 0 70 42 44 521 47 56
Binary 10100011 1001000 1101011 0 111000 100010 100100 101010001 100111 101110

Color Harmonies of #A3486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3486B

Black with #A3486B

Text Example


Text Example

White with #A3486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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