Html Css Color HEX #A4406F Rouge

📋 copy color: '#A4406F'

red 164 ◦ green 64 ◦ blue 111

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

Shades of Rouge #A4406F

Tints of Rouge #A4406F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 48.38%
G = 18.88%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4406F (or 0xA4406F) is known color: Rouge. HEX triplet: A4, 40 and 6F. RGB value is (164,64,111). Sum of RGB (Red+Green+Blue) = 164+64+111=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4406F is #5BBF90. Grayscale: #636363. Windows color (decimal): -6012817 or 7291044. OLE color: 7291044.

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

Color convert

RGB 164 64 111 -
CMYK 0 0.61 0.32 0.36
HSL 331.8º 0.44% 0.45% -
HSV(B) 331.8º 0.61% 0.64% -
XYZ 20.01 12.71 16.44 -
YUV 99.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 164 64 111 0 0.61 0.32 0.36 331.8 0.44 0.45
Hex A4 40 6F 0 3D 20 24 14C 2C 2D
Octal 244 100 157 0 75 40 44 514 54 55
Binary 10100100 1000000 1101111 0 111101 100000 100100 101001100 101100 101101

Color Harmonies of #A4406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4406F

Black with #A4406F

Text Example


Text Example

White with #A4406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4406F; }

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

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

background-color css

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

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

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

border-color css

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

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

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