Html Css Color HEX #A7446D Rouge

📋 copy color: '#A7446D'

red 167 ◦ green 68 ◦ blue 109

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

Shades of Rouge #A7446D

Tints of Rouge #A7446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 48.55%
G = 19.77%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7446D (or 0xA7446D) is known color: Rouge. HEX triplet: A7, 44 and 6D. RGB value is (167,68,109). Sum of RGB (Red+Green+Blue) = 167+68+109=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7446D is #58BB92. Grayscale: #666666. Windows color (decimal): -5815187 or 7160999. OLE color: 7160999.

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

Color convert

RGB 167 68 109 -
CMYK 0 0.59 0.35 0.35
HSL 335.15º 0.42% 0.46% -
HSV(B) 335.15º 0.59% 0.65% -
XYZ 20.76 13.45 15.97 -
YUV 102.28 131.8 174.17 -
System Red Green Blue C M Y K H S L
Decimal 167 68 109 0 0.59 0.35 0.35 335.15 0.42 0.46
Hex A7 44 6D 0 3B 23 23 14F 2A 2E
Octal 247 104 155 0 73 43 43 517 52 56
Binary 10100111 1000100 1101101 0 111011 100011 100011 101001111 101010 101110

Color Harmonies of #A7446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7446D

Black with #A7446D

Text Example


Text Example

White with #A7446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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