Html Css Color HEX #A3496A Rouge

📋 copy color: '#A3496A'

red 163 ◦ green 73 ◦ blue 106

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

Shades of Rouge #A3496A

Tints of Rouge #A3496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.35%

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

R = 47.66%
G = 21.35%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3496A (or 0xA3496A) is known color: Rouge. HEX triplet: A3, 49 and 6A. RGB value is (163,73,106). Sum of RGB (Red+Green+Blue) = 163+73+106=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3496A is #5CB695. Grayscale: #676767. Windows color (decimal): -6076054 or 6965667. OLE color: 6965667.

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

Color convert

RGB 163 73 106 -
CMYK 0 0.55 0.35 0.36
HSL 338º 0.38% 0.46% -
HSV(B) 338º 0.55% 0.64% -
XYZ 20.09 13.59 15.2 -
YUV 103.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 163 73 106 0 0.55 0.35 0.36 338 0.38 0.46
Hex A3 49 6A 0 37 23 24 152 26 2E
Octal 243 111 152 0 67 43 44 522 46 56
Binary 10100011 1001001 1101010 0 110111 100011 100100 101010010 100110 101110

Color Harmonies of #A3496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3496A

Black with #A3496A

Text Example


Text Example

White with #A3496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3496A; }

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

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

background-color css

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

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

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

border-color css

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

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

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