Html Css Color HEX #A6336C Rouge

📋 copy color: '#A6336C'

red 166 ◦ green 51 ◦ blue 108

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

Shades of Rouge #A6336C

Tints of Rouge #A6336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

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

R = 51.08%
G = 15.69%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6336C (or 0xA6336C) is known color: Rouge. HEX triplet: A6, 33 and 6C. RGB value is (166,51,108). Sum of RGB (Red+Green+Blue) = 166+51+108=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6336C is #59CC93. Grayscale: #5B5B5B. Windows color (decimal): -5885076 or 7091110. OLE color: 7091110.

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

Color convert

RGB 166 51 108 -
CMYK 0 0.69 0.35 0.35
HSL 330.26º 0.53% 0.43% -
HSV(B) 330.26º 0.69% 0.65% -
XYZ 19.62 11.56 15.38 -
YUV 91.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 166 51 108 0 0.69 0.35 0.35 330.26 0.53 0.43
Hex A6 33 6C 0 45 23 23 14A 35 2B
Octal 246 63 154 0 105 43 43 512 65 53
Binary 10100110 110011 1101100 0 1000101 100011 100011 101001010 110101 101011

Color Harmonies of #A6336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6336C

Black with #A6336C

Text Example


Text Example

White with #A6336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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