Html Css Color HEX #A4476B Rouge

📋 copy color: '#A4476B'

red 164 ◦ green 71 ◦ blue 107

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

Shades of Rouge #A4476B

Tints of Rouge #A4476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 47.95%
G = 20.76%
B = 31.29%

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

#A4476B (or 0xA4476B) is known color: Rouge. HEX triplet: A4, 47 and 6B. RGB value is (164,71,107). Sum of RGB (Red+Green+Blue) = 164+71+107=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4476B is #5BB894. Grayscale: #666666. Windows color (decimal): -6011029 or 7030692. OLE color: 7030692.

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

Color convert

RGB 164 71 107 -
CMYK 0 0.57 0.35 0.36
HSL 336.77º 0.4% 0.46% -
HSV(B) 336.77º 0.57% 0.64% -
XYZ 20.22 13.46 15.44 -
YUV 102.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 164 71 107 0 0.57 0.35 0.36 336.77 0.4 0.46
Hex A4 47 6B 0 39 23 24 151 28 2E
Octal 244 107 153 0 71 43 44 521 50 56
Binary 10100100 1000111 1101011 0 111001 100011 100100 101010001 101000 101110

Color Harmonies of #A4476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4476B

Black with #A4476B

Text Example


Text Example

White with #A4476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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