Html Css Color HEX #A3476D Rouge

📋 copy color: '#A3476D'

red 163 ◦ green 71 ◦ blue 109

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

Shades of Rouge #A3476D

Tints of Rouge #A3476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 47.52%
G = 20.7%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3476D (or 0xA3476D) is known color: Rouge. HEX triplet: A3, 47 and 6D. RGB value is (163,71,109). Sum of RGB (Red+Green+Blue) = 163+71+109=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3476D is #5CB892. Grayscale: #666666. Windows color (decimal): -6076563 or 7161763. OLE color: 7161763.

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

Color convert

RGB 163 71 109 -
CMYK 0 0.56 0.33 0.36
HSL 335.22º 0.39% 0.46% -
HSV(B) 335.22º 0.56% 0.64% -
XYZ 20.12 13.4 15.99 -
YUV 102.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 163 71 109 0 0.56 0.33 0.36 335.22 0.39 0.46
Hex A3 47 6D 0 38 21 24 14F 27 2E
Octal 243 107 155 0 70 41 44 517 47 56
Binary 10100011 1000111 1101101 0 111000 100001 100100 101001111 100111 101110

Color Harmonies of #A3476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3476D

Black with #A3476D

Text Example


Text Example

White with #A3476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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