Html Css Color HEX #A6356B Rouge

📋 copy color: '#A6356B'

red 166 ◦ green 53 ◦ blue 107

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

Shades of Rouge #A6356B

Tints of Rouge #A6356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 50.92%
G = 16.26%
B = 32.82%

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

#A6356B (or 0xA6356B) is known color: Rouge. HEX triplet: A6, 35 and 6B. RGB value is (166,53,107). Sum of RGB (Red+Green+Blue) = 166+53+107=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6356B is #59CA94. Grayscale: #5C5C5C. Windows color (decimal): -5884565 or 7026086. OLE color: 7026086.

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

Color convert

RGB 166 53 107 -
CMYK 0 0.68 0.36 0.35
HSL 331.33º 0.52% 0.43% -
HSV(B) 331.33º 0.68% 0.65% -
XYZ 19.65 11.71 15.14 -
YUV 92.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 166 53 107 0 0.68 0.36 0.35 331.33 0.52 0.43
Hex A6 35 6B 0 44 24 23 14B 34 2B
Octal 246 65 153 0 104 44 43 513 64 53
Binary 10100110 110101 1101011 0 1000100 100100 100011 101001011 110100 101011

Color Harmonies of #A6356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6356B

Black with #A6356B

Text Example


Text Example

White with #A6356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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