Html Css Color HEX #A4476E Rouge

📋 copy color: '#A4476E'

red 164 ◦ green 71 ◦ blue 110

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

Shades of Rouge #A4476E

Tints of Rouge #A4476E

RGB

 RED value IS 164 (64.45% from 255) = 47.54%

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

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

R = 47.54%
G = 20.58%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4476E (or 0xA4476E) is known color: Rouge. HEX triplet: A4, 47 and 6E. RGB value is (164,71,110). Sum of RGB (Red+Green+Blue) = 164+71+110=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4476E is #5BB891. Grayscale: #676767. Windows color (decimal): -6011026 or 7227300. OLE color: 7227300.

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

Color convert

RGB 164 71 110 -
CMYK 0 0.57 0.33 0.36
HSL 334.84º 0.4% 0.46% -
HSV(B) 334.84º 0.57% 0.64% -
XYZ 20.38 13.52 16.29 -
YUV 103.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 164 71 110 0 0.57 0.33 0.36 334.84 0.4 0.46
Hex A4 47 6E 0 39 21 24 14F 28 2E
Octal 244 107 156 0 71 41 44 517 50 56
Binary 10100100 1000111 1101110 0 111001 100001 100100 101001111 101000 101110

Color Harmonies of #A4476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4476E

Black with #A4476E

Text Example


Text Example

White with #A4476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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