Html Css Color HEX #A6456D Rouge

📋 copy color: '#A6456D'

red 166 ◦ green 69 ◦ blue 109

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

Shades of Rouge #A6456D

Tints of Rouge #A6456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 48.26%
G = 20.06%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6456D (or 0xA6456D) is known color: Rouge. HEX triplet: A6, 45 and 6D. RGB value is (166,69,109). Sum of RGB (Red+Green+Blue) = 166+69+109=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6456D is #59BA92. Grayscale: #666666. Windows color (decimal): -5880467 or 7161254. OLE color: 7161254.

HSL color Cylindrical-coordinate representation of color #A6456D: hue angle of 335.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6456D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 69 109 -
CMYK 0 0.58 0.34 0.35
HSL 335.26º 0.41% 0.46% -
HSV(B) 335.26º 0.58% 0.65% -
XYZ 20.61 13.47 15.98 -
YUV 102.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 166 69 109 0 0.58 0.34 0.35 335.26 0.41 0.46
Hex A6 45 6D 0 3A 22 23 14F 29 2E
Octal 246 105 155 0 72 42 43 517 51 56
Binary 10100110 1000101 1101101 0 111010 100010 100011 101001111 101001 101110

Color Harmonies of #A6456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6456D

Black with #A6456D

Text Example


Text Example

White with #A6456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6456D; }

 p { color: rgb(166,69,109); }

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

background-color css

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

 a { background-color: rgb(166,69,109); }

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

border-color css

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

 span { border-color: rgb(166,69,109); }

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