Html Css Color HEX #A3486A Rouge

📋 copy color: '#A3486A'

red 163 ◦ green 72 ◦ blue 106

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

Shades of Rouge #A3486A

Tints of Rouge #A3486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 47.8%
G = 21.11%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3486A (or 0xA3486A) is known color: Rouge. HEX triplet: A3, 48 and 6A. RGB value is (163,72,106). Sum of RGB (Red+Green+Blue) = 163+72+106=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3486A is #5CB795. Grayscale: #676767. Windows color (decimal): -6076310 or 6965411. OLE color: 6965411.

HSL color Cylindrical-coordinate representation of color #A3486A: hue angle of 337.58º 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 #A3486A is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 106 -
CMYK 0 0.56 0.35 0.36
HSL 337.58º 0.39% 0.46% -
HSV(B) 337.58º 0.56% 0.64% -
XYZ 20.02 13.46 15.18 -
YUV 103.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 163 72 106 0 0.56 0.35 0.36 337.58 0.39 0.46
Hex A3 48 6A 0 38 23 24 152 27 2E
Octal 243 110 152 0 70 43 44 522 47 56
Binary 10100011 1001000 1101010 0 111000 100011 100100 101010010 100111 101110

Color Harmonies of #A3486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3486A

Black with #A3486A

Text Example


Text Example

White with #A3486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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