Html Css Color HEX #A6386E Rouge

📋 copy color: '#A6386E'

red 166 ◦ green 56 ◦ blue 110

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

Shades of Rouge #A6386E

Tints of Rouge #A6386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 50%
G = 16.87%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6386E (or 0xA6386E) is known color: Rouge. HEX triplet: A6, 38 and 6E. RGB value is (166,56,110). Sum of RGB (Red+Green+Blue) = 166+56+110=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6386E is #59C791. Grayscale: #5E5E5E. Windows color (decimal): -5883794 or 7223462. OLE color: 7223462.

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

Color convert

RGB 166 56 110 -
CMYK 0 0.66 0.34 0.35
HSL 330.55º 0.5% 0.44% -
HSV(B) 330.55º 0.66% 0.65% -
XYZ 19.95 12.06 16.03 -
YUV 95.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 166 56 110 0 0.66 0.34 0.35 330.55 0.5 0.44
Hex A6 38 6E 0 42 22 23 14B 32 2C
Octal 246 70 156 0 102 42 43 513 62 54
Binary 10100110 111000 1101110 0 1000010 100010 100011 101001011 110010 101100

Color Harmonies of #A6386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6386E

Black with #A6386E

Text Example


Text Example

White with #A6386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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