Html Css Color HEX #A6385D Rouge

📋 copy color: '#A6385D'

red 166 ◦ green 56 ◦ blue 93

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

Shades of Rouge #A6385D

Tints of Rouge #A6385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 52.7%
G = 17.78%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6385D (or 0xA6385D) is known color: Rouge. HEX triplet: A6, 38 and 5D. RGB value is (166,56,93). Sum of RGB (Red+Green+Blue) = 166+56+93=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6385D is #59C7A2. Grayscale: #5D5D5D. Windows color (decimal): -5883811 or 6109350. OLE color: 6109350.

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

Color convert

RGB 166 56 93 -
CMYK 0 0.66 0.44 0.35
HSL 339.82º 0.5% 0.44% -
HSV(B) 339.82º 0.66% 0.65% -
XYZ 19.12 11.73 11.61 -
YUV 93.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 166 56 93 0 0.66 0.44 0.35 339.82 0.5 0.44
Hex A6 38 5D 0 42 2C 23 154 32 2C
Octal 246 70 135 0 102 54 43 524 62 54
Binary 10100110 111000 1011101 0 1000010 101100 100011 101010100 110010 101100

Color Harmonies of #A6385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6385D

Black with #A6385D

Text Example


Text Example

White with #A6385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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