Html Css Color HEX #A7476E Rouge

📋 copy color: '#A7476E'

red 167 ◦ green 71 ◦ blue 110

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

Shades of Rouge #A7476E

Tints of Rouge #A7476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 47.99%
G = 20.4%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7476E (or 0xA7476E) is known color: Rouge. HEX triplet: A7, 47 and 6E. RGB value is (167,71,110). Sum of RGB (Red+Green+Blue) = 167+71+110=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A7476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7476E is #58B891. Grayscale: #686868. Windows color (decimal): -5814418 or 7227303. OLE color: 7227303.

HSL color Cylindrical-coordinate representation of color #A7476E: hue angle of 335.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7476E is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 110 -
CMYK 0 0.57 0.34 0.35
HSL 335.63º 0.4% 0.47% -
HSV(B) 335.63º 0.57% 0.65% -
XYZ 21 13.85 16.32 -
YUV 104.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 167 71 110 0 0.57 0.34 0.35 335.63 0.4 0.47
Hex A7 47 6E 0 39 22 23 150 28 2F
Octal 247 107 156 0 71 42 43 520 50 57
Binary 10100111 1000111 1101110 0 111001 100010 100011 101010000 101000 101111

Color Harmonies of #A7476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7476E

Black with #A7476E

Text Example


Text Example

White with #A7476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7476E; }

 p { color: rgb(167,71,110); }

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

background-color css

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

 a { background-color: rgb(167,71,110); }

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

border-color css

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

 span { border-color: rgb(167,71,110); }

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