Html Css Color HEX #A6305D Rouge

📋 copy color: '#A6305D'

red 166 ◦ green 48 ◦ blue 93

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

Shades of Rouge #A6305D

Tints of Rouge #A6305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 54.07%
G = 15.64%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6305D (or 0xA6305D) is known color: Rouge. HEX triplet: A6, 30 and 5D. RGB value is (166,48,93). Sum of RGB (Red+Green+Blue) = 166+48+93=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6305D is #59CFA2. Grayscale: #585858. Windows color (decimal): -5885859 or 6107302. OLE color: 6107302.

HSL color Cylindrical-coordinate representation of color #A6305D: hue angle of 337.12º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6305D is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 48 93 -
CMYK 0 0.71 0.44 0.35
HSL 337.12º 0.55% 0.42% -
HSV(B) 337.12º 0.71% 0.65% -
XYZ 18.76 11.01 11.49 -
YUV 88.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 166 48 93 0 0.71 0.44 0.35 337.12 0.55 0.42
Hex A6 30 5D 0 47 2C 23 151 37 2A
Octal 246 60 135 0 107 54 43 521 67 52
Binary 10100110 110000 1011101 0 1000111 101100 100011 101010001 110111 101010

Color Harmonies of #A6305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6305D

Black with #A6305D

Text Example


Text Example

White with #A6305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6305D; }

 p { color: rgb(166,48,93); }

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

background-color css

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

 a { background-color: rgb(166,48,93); }

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

border-color css

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

 span { border-color: rgb(166,48,93); }

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