Html Css Color HEX #A3356D Rouge

📋 copy color: '#A3356D'

red 163 ◦ green 53 ◦ blue 109

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

Shades of Rouge #A3356D

Tints of Rouge #A3356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

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

R = 50.15%
G = 16.31%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3356D (or 0xA3356D) is known color: Rouge. HEX triplet: A3, 35 and 6D. RGB value is (163,53,109). Sum of RGB (Red+Green+Blue) = 163+53+109=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3356D is #5CCA92. Grayscale: #5C5C5C. Windows color (decimal): -6081171 or 7157155. OLE color: 7157155.

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

Color convert

RGB 163 53 109 -
CMYK 0 0.67 0.33 0.36
HSL 329.45º 0.51% 0.42% -
HSV(B) 329.45º 0.67% 0.64% -
XYZ 19.14 11.44 15.67 -
YUV 92.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 163 53 109 0 0.67 0.33 0.36 329.45 0.51 0.42
Hex A3 35 6D 0 43 21 24 149 33 2A
Octal 243 65 155 0 103 41 44 511 63 52
Binary 10100011 110101 1101101 0 1000011 100001 100100 101001001 110011 101010

Color Harmonies of #A3356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3356D

Black with #A3356D

Text Example


Text Example

White with #A3356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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