Html Css Color HEX #A4406B Rouge

📋 copy color: '#A4406B'

red 164 ◦ green 64 ◦ blue 107

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

Shades of Rouge #A4406B

Tints of Rouge #A4406B

RGB

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

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

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

R = 48.96%
G = 19.1%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4406B (or 0xA4406B) is known color: Rouge. HEX triplet: A4, 40 and 6B. RGB value is (164,64,107). Sum of RGB (Red+Green+Blue) = 164+64+107=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4406B is #5BBF94. Grayscale: #626262. Windows color (decimal): -6012821 or 7028900. OLE color: 7028900.

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

Color convert

RGB 164 64 107 -
CMYK 0 0.61 0.35 0.36
HSL 334.2º 0.44% 0.45% -
HSV(B) 334.2º 0.61% 0.64% -
XYZ 19.8 12.62 15.3 -
YUV 98.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 164 64 107 0 0.61 0.35 0.36 334.2 0.44 0.45
Hex A4 40 6B 0 3D 23 24 14E 2C 2D
Octal 244 100 153 0 75 43 44 516 54 55
Binary 10100100 1000000 1101011 0 111101 100011 100100 101001110 101100 101101

Color Harmonies of #A4406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4406B

Black with #A4406B

Text Example


Text Example

White with #A4406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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