Html Css Color HEX #A6355F Rouge

📋 copy color: '#A6355F'

red 166 ◦ green 53 ◦ blue 95

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

Shades of Rouge #A6355F

Tints of Rouge #A6355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 52.87%
G = 16.88%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6355F (or 0xA6355F) is known color: Rouge. HEX triplet: A6, 35 and 5F. RGB value is (166,53,95). Sum of RGB (Red+Green+Blue) = 166+53+95=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6355F is #59CAA0. Grayscale: #5B5B5B. Windows color (decimal): -5884577 or 6239654. OLE color: 6239654.

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

Color convert

RGB 166 53 95 -
CMYK 0 0.68 0.43 0.35
HSL 337.7º 0.52% 0.43% -
HSV(B) 337.7º 0.68% 0.65% -
XYZ 19.06 11.48 12.04 -
YUV 91.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 166 53 95 0 0.68 0.43 0.35 337.7 0.52 0.43
Hex A6 35 5F 0 44 2B 23 152 34 2B
Octal 246 65 137 0 104 53 43 522 64 53
Binary 10100110 110101 1011111 0 1000100 101011 100011 101010010 110100 101011

Color Harmonies of #A6355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6355F

Black with #A6355F

Text Example


Text Example

White with #A6355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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