Html Css Color HEX #A8366B Rouge

📋 copy color: '#A8366B'

red 168 ◦ green 54 ◦ blue 107

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

Shades of Rouge #A8366B

Tints of Rouge #A8366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 51.06%
G = 16.41%
B = 32.52%

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

#A8366B (or 0xA8366B) is known color: Rouge. HEX triplet: A8, 36 and 6B. RGB value is (168,54,107). Sum of RGB (Red+Green+Blue) = 168+54+107=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8366B is #57C994. Grayscale: #5E5E5E. Windows color (decimal): -5753237 or 7026344. OLE color: 7026344.

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

Color convert

RGB 168 54 107 -
CMYK 0 0.68 0.36 0.34
HSL 332.11º 0.51% 0.44% -
HSV(B) 332.11º 0.68% 0.66% -
XYZ 20.12 12.02 15.17 -
YUV 94.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 168 54 107 0 0.68 0.36 0.34 332.11 0.51 0.44
Hex A8 36 6B 0 44 24 22 14C 33 2C
Octal 250 66 153 0 104 44 42 514 63 54
Binary 10101000 110110 1101011 0 1000100 100100 100010 101001100 110011 101100

Color Harmonies of #A8366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8366B

Black with #A8366B

Text Example


Text Example

White with #A8366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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