Html Css Color HEX #A4346E Rouge

📋 copy color: '#A4346E'

red 164 ◦ green 52 ◦ blue 110

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

Shades of Rouge #A4346E

Tints of Rouge #A4346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 50.31%
G = 15.95%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4346E (or 0xA4346E) is known color: Rouge. HEX triplet: A4, 34 and 6E. RGB value is (164,52,110). Sum of RGB (Red+Green+Blue) = 164+52+110=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4346E is #5BCB91. Grayscale: #5B5B5B. Windows color (decimal): -6015890 or 7222436. OLE color: 7222436.

HSL color Cylindrical-coordinate representation of color #A4346E: hue angle of 328.93º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4346E is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 52 110 -
CMYK 0 0.68 0.33 0.36
HSL 328.93º 0.52% 0.42% -
HSV(B) 328.93º 0.68% 0.64% -
XYZ 19.35 11.47 15.95 -
YUV 92.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 164 52 110 0 0.68 0.33 0.36 328.93 0.52 0.42
Hex A4 34 6E 0 44 21 24 149 34 2A
Octal 244 64 156 0 104 41 44 511 64 52
Binary 10100100 110100 1101110 0 1000100 100001 100100 101001001 110100 101010

Color Harmonies of #A4346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4346E

Black with #A4346E

Text Example


Text Example

White with #A4346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4346E; }

 p { color: rgb(164,52,110); }

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

background-color css

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

 a { background-color: rgb(164,52,110); }

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

border-color css

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

 span { border-color: rgb(164,52,110); }

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