Html Css Color HEX #A7346D Rouge

📋 copy color: '#A7346D'

red 167 ◦ green 52 ◦ blue 109

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

Shades of Rouge #A7346D

Tints of Rouge #A7346D

RGB

 RED value IS 167 (65.63% from 255) = 50.91%

 GREEN value IS 52 (20.7% from 255) = 15.85%

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

R = 50.91%
G = 15.85%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7346D (or 0xA7346D) is known color: Rouge. HEX triplet: A7, 34 and 6D. RGB value is (167,52,109). Sum of RGB (Red+Green+Blue) = 167+52+109=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7346D is #58CB92. Grayscale: #5C5C5C. Windows color (decimal): -5819283 or 7156903. OLE color: 7156903.

HSL color Cylindrical-coordinate representation of color #A7346D: hue angle of 330.26º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7346D is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 52 109 -
CMYK 0 0.69 0.35 0.35
HSL 330.26º 0.53% 0.43% -
HSV(B) 330.26º 0.69% 0.65% -
XYZ 19.92 11.78 15.69 -
YUV 92.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 167 52 109 0 0.69 0.35 0.35 330.26 0.53 0.43
Hex A7 34 6D 0 45 23 23 14A 35 2B
Octal 247 64 155 0 105 43 43 512 65 53
Binary 10100111 110100 1101101 0 1000101 100011 100011 101001010 110101 101011

Color Harmonies of #A7346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7346D

Black with #A7346D

Text Example


Text Example

White with #A7346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7346D; }

 p { color: rgb(167,52,109); }

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

background-color css

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

 a { background-color: rgb(167,52,109); }

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

border-color css

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

 span { border-color: rgb(167,52,109); }

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