Html Css Color HEX #A3326D Rouge

📋 copy color: '#A3326D'

red 163 ◦ green 50 ◦ blue 109

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

Shades of Rouge #A3326D

Tints of Rouge #A3326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

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

R = 50.62%
G = 15.53%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3326D (or 0xA3326D) is known color: Rouge. HEX triplet: A3, 32 and 6D. RGB value is (163,50,109). Sum of RGB (Red+Green+Blue) = 163+50+109=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3326D is #5CCD92. Grayscale: #5A5A5A. Windows color (decimal): -6081939 or 7156387. OLE color: 7156387.

HSL color Cylindrical-coordinate representation of color #A3326D: hue angle of 328.67º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3326D is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 109 -
CMYK 0 0.69 0.33 0.36
HSL 328.67º 0.53% 0.42% -
HSV(B) 328.67º 0.69% 0.64% -
XYZ 19.01 11.17 15.62 -
YUV 90.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 163 50 109 0 0.69 0.33 0.36 328.67 0.53 0.42
Hex A3 32 6D 0 45 21 24 149 35 2A
Octal 243 62 155 0 105 41 44 511 65 52
Binary 10100011 110010 1101101 0 1000101 100001 100100 101001001 110101 101010

Color Harmonies of #A3326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3326D

Black with #A3326D

Text Example


Text Example

White with #A3326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3326D; }

 p { color: rgb(163,50,109); }

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

background-color css

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

 a { background-color: rgb(163,50,109); }

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

border-color css

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

 span { border-color: rgb(163,50,109); }

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