Html Css Color HEX #A4476A Rouge

📋 copy color: '#A4476A'

red 164 ◦ green 71 ◦ blue 106

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

Shades of Rouge #A4476A

Tints of Rouge #A4476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 48.09%
G = 20.82%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4476A (or 0xA4476A) is known color: Rouge. HEX triplet: A4, 47 and 6A. RGB value is (164,71,106). Sum of RGB (Red+Green+Blue) = 164+71+106=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4476A is #5BB895. Grayscale: #666666. Windows color (decimal): -6011030 or 6965156. OLE color: 6965156.

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

Color convert

RGB 164 71 106 -
CMYK 0 0.57 0.35 0.36
HSL 337.42º 0.4% 0.46% -
HSV(B) 337.42º 0.57% 0.64% -
XYZ 20.16 13.44 15.17 -
YUV 102.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 164 71 106 0 0.57 0.35 0.36 337.42 0.4 0.46
Hex A4 47 6A 0 39 23 24 151 28 2E
Octal 244 107 152 0 71 43 44 521 50 56
Binary 10100100 1000111 1101010 0 111001 100011 100100 101010001 101000 101110

Color Harmonies of #A4476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4476A

Black with #A4476A

Text Example


Text Example

White with #A4476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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