Html Css Color HEX #A6346A Rouge

📋 copy color: '#A6346A'

red 166 ◦ green 52 ◦ blue 106

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

Shades of Rouge #A6346A

Tints of Rouge #A6346A

RGB

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

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

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

R = 51.23%
G = 16.05%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6346A (or 0xA6346A) is known color: Rouge. HEX triplet: A6, 34 and 6A. RGB value is (166,52,106). Sum of RGB (Red+Green+Blue) = 166+52+106=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6346A is #59CB95. Grayscale: #5C5C5C. Windows color (decimal): -5884822 or 6960294. OLE color: 6960294.

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

Color convert

RGB 166 52 106 -
CMYK 0 0.69 0.36 0.35
HSL 331.58º 0.52% 0.43% -
HSV(B) 331.58º 0.69% 0.65% -
XYZ 19.56 11.6 14.84 -
YUV 92.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 166 52 106 0 0.69 0.36 0.35 331.58 0.52 0.43
Hex A6 34 6A 0 45 24 23 14C 34 2B
Octal 246 64 152 0 105 44 43 514 64 53
Binary 10100110 110100 1101010 0 1000101 100100 100011 101001100 110100 101011

Color Harmonies of #A6346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6346A

Black with #A6346A

Text Example


Text Example

White with #A6346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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