Html Css Color HEX #A8366C Rouge

📋 copy color: '#A8366C'

red 168 ◦ green 54 ◦ blue 108

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

Shades of Rouge #A8366C

Tints of Rouge #A8366C

RGB

 RED value IS 168 (66.02% from 255) = 50.91%

 GREEN value IS 54 (21.48% from 255) = 16.36%

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

R = 50.91%
G = 16.36%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8366C (or 0xA8366C) is known color: Rouge. HEX triplet: A8, 36 and 6C. RGB value is (168,54,108). Sum of RGB (Red+Green+Blue) = 168+54+108=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8366C is #57C993. Grayscale: #5E5E5E. Windows color (decimal): -5753236 or 7091880. OLE color: 7091880.

HSL color Cylindrical-coordinate representation of color #A8366C: hue angle of 331.58º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8366C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 54 108 -
CMYK 0 0.68 0.36 0.34
HSL 331.58º 0.51% 0.44% -
HSV(B) 331.58º 0.68% 0.66% -
XYZ 20.17 12.05 15.45 -
YUV 94.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 168 54 108 0 0.68 0.36 0.34 331.58 0.51 0.44
Hex A8 36 6C 0 44 24 22 14C 33 2C
Octal 250 66 154 0 104 44 42 514 63 54
Binary 10101000 110110 1101100 0 1000100 100100 100010 101001100 110011 101100

Color Harmonies of #A8366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8366C

Black with #A8366C

Text Example


Text Example

White with #A8366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8366C; }

 p { color: rgb(168,54,108); }

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

background-color css

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

 a { background-color: rgb(168,54,108); }

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

border-color css

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

 span { border-color: rgb(168,54,108); }

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