Html Css Color HEX #A6386C Rouge

📋 copy color: '#A6386C'

red 166 ◦ green 56 ◦ blue 108

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

Shades of Rouge #A6386C

Tints of Rouge #A6386C

RGB

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

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

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

R = 50.3%
G = 16.97%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6386C (or 0xA6386C) is known color: Rouge. HEX triplet: A6, 38 and 6C. RGB value is (166,56,108). Sum of RGB (Red+Green+Blue) = 166+56+108=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6386C is #59C793. Grayscale: #5E5E5E. Windows color (decimal): -5883796 or 7092390. OLE color: 7092390.

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

Color convert

RGB 166 56 108 -
CMYK 0 0.66 0.35 0.35
HSL 331.64º 0.5% 0.44% -
HSV(B) 331.64º 0.66% 0.65% -
XYZ 19.85 12.02 15.46 -
YUV 94.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 166 56 108 0 0.66 0.35 0.35 331.64 0.5 0.44
Hex A6 38 6C 0 42 23 23 14C 32 2C
Octal 246 70 154 0 102 43 43 514 62 54
Binary 10100110 111000 1101100 0 1000010 100011 100011 101001100 110010 101100

Color Harmonies of #A6386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6386C

Black with #A6386C

Text Example


Text Example

White with #A6386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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