Html Css Color HEX #A6345D Rouge

📋 copy color: '#A6345D'

red 166 ◦ green 52 ◦ blue 93

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

Shades of Rouge #A6345D

Tints of Rouge #A6345D

RGB

 RED value IS 166 (65.23% from 255) = 53.38%

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

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 53.38%
G = 16.72%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6345D (or 0xA6345D) is known color: Rouge. HEX triplet: A6, 34 and 5D. RGB value is (166,52,93). Sum of RGB (Red+Green+Blue) = 166+52+93=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6345D is #59CBA2. Grayscale: #5A5A5A. Windows color (decimal): -5884835 or 6108326. OLE color: 6108326.

HSL color Cylindrical-coordinate representation of color #A6345D: hue angle of 338.42º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6345D is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 93 -
CMYK 0 0.69 0.44 0.35
HSL 338.42º 0.52% 0.43% -
HSV(B) 338.42º 0.69% 0.65% -
XYZ 18.93 11.35 11.55 -
YUV 90.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 166 52 93 0 0.69 0.44 0.35 338.42 0.52 0.43
Hex A6 34 5D 0 45 2C 23 152 34 2B
Octal 246 64 135 0 105 54 43 522 64 53
Binary 10100110 110100 1011101 0 1000101 101100 100011 101010010 110100 101011

Color Harmonies of #A6345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6345D

Black with #A6345D

Text Example


Text Example

White with #A6345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6345D; }

 p { color: rgb(166,52,93); }

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

background-color css

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

 a { background-color: rgb(166,52,93); }

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

border-color css

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

 span { border-color: rgb(166,52,93); }

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