Html Css Color HEX #A3386D Rouge

📋 copy color: '#A3386D'

red 163 ◦ green 56 ◦ blue 109

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

Shades of Rouge #A3386D

Tints of Rouge #A3386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

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

R = 49.7%
G = 17.07%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3386D (or 0xA3386D) is known color: Rouge. HEX triplet: A3, 38 and 6D. RGB value is (163,56,109). Sum of RGB (Red+Green+Blue) = 163+56+109=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3386D is #5CC792. Grayscale: #5D5D5D. Windows color (decimal): -6080403 or 7157923. OLE color: 7157923.

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

Color convert

RGB 163 56 109 -
CMYK 0 0.66 0.33 0.36
HSL 330.28º 0.49% 0.43% -
HSV(B) 330.28º 0.66% 0.64% -
XYZ 19.28 11.72 15.71 -
YUV 94.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 163 56 109 0 0.66 0.33 0.36 330.28 0.49 0.43
Hex A3 38 6D 0 42 21 24 14A 31 2B
Octal 243 70 155 0 102 41 44 512 61 53
Binary 10100011 111000 1101101 0 1000010 100001 100100 101001010 110001 101011

Color Harmonies of #A3386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3386D

Black with #A3386D

Text Example


Text Example

White with #A3386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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