Html Css Color HEX #A4406D Rouge

📋 copy color: '#A4406D'

red 164 ◦ green 64 ◦ blue 109

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

Shades of Rouge #A4406D

Tints of Rouge #A4406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 48.66%
G = 18.99%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4406D (or 0xA4406D) is known color: Rouge. HEX triplet: A4, 40 and 6D. RGB value is (164,64,109). Sum of RGB (Red+Green+Blue) = 164+64+109=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4406D is #5BBF92. Grayscale: #626262. Windows color (decimal): -6012819 or 7159972. OLE color: 7159972.

HSL color Cylindrical-coordinate representation of color #A4406D: hue angle of 333º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4406D is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 109 -
CMYK 0 0.61 0.34 0.36
HSL 333º 0.44% 0.45% -
HSV(B) 333º 0.61% 0.64% -
XYZ 19.9 12.66 15.86 -
YUV 99.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 164 64 109 0 0.61 0.34 0.36 333 0.44 0.45
Hex A4 40 6D 0 3D 22 24 14D 2C 2D
Octal 244 100 155 0 75 42 44 515 54 55
Binary 10100100 1000000 1101101 0 111101 100010 100100 101001101 101100 101101

Color Harmonies of #A4406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4406D

Black with #A4406D

Text Example


Text Example

White with #A4406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4406D; }

 p { color: rgb(164,64,109); }

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

background-color css

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

 a { background-color: rgb(164,64,109); }

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

border-color css

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

 span { border-color: rgb(164,64,109); }

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