Html Css Color HEX #A6356C Rouge

📋 copy color: '#A6356C'

red 166 ◦ green 53 ◦ blue 108

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

Shades of Rouge #A6356C

Tints of Rouge #A6356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 50.76%
G = 16.21%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6356C (or 0xA6356C) is known color: Rouge. HEX triplet: A6, 35 and 6C. RGB value is (166,53,108). Sum of RGB (Red+Green+Blue) = 166+53+108=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6356C is #59CA93. Grayscale: #5C5C5C. Windows color (decimal): -5884564 or 7091622. OLE color: 7091622.

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

Color convert

RGB 166 53 108 -
CMYK 0 0.68 0.35 0.35
HSL 330.8º 0.52% 0.43% -
HSV(B) 330.8º 0.68% 0.65% -
XYZ 19.71 11.74 15.41 -
YUV 93.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 166 53 108 0 0.68 0.35 0.35 330.8 0.52 0.43
Hex A6 35 6C 0 44 23 23 14B 34 2B
Octal 246 65 154 0 104 43 43 513 64 53
Binary 10100110 110101 1101100 0 1000100 100011 100011 101001011 110100 101011

Color Harmonies of #A6356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6356C

Black with #A6356C

Text Example


Text Example

White with #A6356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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