Html Css Color HEX #A4316A Rouge

📋 copy color: '#A4316A'

red 164 ◦ green 49 ◦ blue 106

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

Shades of Rouge #A4316A

Tints of Rouge #A4316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

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

R = 51.41%
G = 15.36%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4316A (or 0xA4316A) is known color: Rouge. HEX triplet: A4, 31 and 6A. RGB value is (164,49,106). Sum of RGB (Red+Green+Blue) = 164+49+106=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A4316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4316A is #5BCE95. Grayscale: #595959. Windows color (decimal): -6016662 or 6959524. OLE color: 6959524.

HSL color Cylindrical-coordinate representation of color #A4316A: hue angle of 330.26º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4316A is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 106 -
CMYK 0 0.70 0.35 0.36
HSL 330.26º 0.54% 0.42% -
HSV(B) 330.26º 0.7% 0.64% -
XYZ 19.01 11.13 14.78 -
YUV 89.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 164 49 106 0 0.70 0.35 0.36 330.26 0.54 0.42
Hex A4 31 6A 0 46 23 24 14A 36 2A
Octal 244 61 152 0 106 43 44 512 66 52
Binary 10100100 110001 1101010 0 1000110 100011 100100 101001010 110110 101010

Color Harmonies of #A4316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4316A

Black with #A4316A

Text Example


Text Example

White with #A4316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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