Html Css Color HEX #A6356A Rouge

📋 copy color: '#A6356A'

red 166 ◦ green 53 ◦ blue 106

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

Shades of Rouge #A6356A

Tints of Rouge #A6356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

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

R = 51.08%
G = 16.31%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6356A (or 0xA6356A) is known color: Rouge. HEX triplet: A6, 35 and 6A. RGB value is (166,53,106). Sum of RGB (Red+Green+Blue) = 166+53+106=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6356A is #59CA95. Grayscale: #5C5C5C. Windows color (decimal): -5884566 or 6960550. OLE color: 6960550.

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

Color convert

RGB 166 53 106 -
CMYK 0 0.68 0.36 0.35
HSL 331.86º 0.52% 0.43% -
HSV(B) 331.86º 0.68% 0.65% -
XYZ 19.6 11.69 14.86 -
YUV 92.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 166 53 106 0 0.68 0.36 0.35 331.86 0.52 0.43
Hex A6 35 6A 0 44 24 23 14C 34 2B
Octal 246 65 152 0 104 44 43 514 64 53
Binary 10100110 110101 1101010 0 1000100 100100 100011 101001100 110100 101011

Color Harmonies of #A6356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6356A

Black with #A6356A

Text Example


Text Example

White with #A6356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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