Html Css Color HEX #A9366B Rouge

📋 copy color: '#A9366B'

red 169 ◦ green 54 ◦ blue 107

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

Shades of Rouge #A9366B

Tints of Rouge #A9366B

RGB

 RED value IS 169 (66.41% from 255) = 51.21%

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

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

R = 51.21%
G = 16.36%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A9366B (or 0xA9366B) is known color: Rouge. HEX triplet: A9, 36 and 6B. RGB value is (169,54,107). Sum of RGB (Red+Green+Blue) = 169+54+107=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A9366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9366B is #56C994. Grayscale: #5E5E5E. Windows color (decimal): -5687701 or 7026345. OLE color: 7026345.

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

Color convert

RGB 169 54 107 -
CMYK 0 0.68 0.37 0.34
HSL 332.35º 0.52% 0.44% -
HSV(B) 332.35º 0.68% 0.66% -
XYZ 20.34 12.13 15.18 -
YUV 94.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 169 54 107 0 0.68 0.37 0.34 332.35 0.52 0.44
Hex A9 36 6B 0 44 25 22 14C 34 2C
Octal 251 66 153 0 104 45 42 514 64 54
Binary 10101001 110110 1101011 0 1000100 100101 100010 101001100 110100 101100

Color Harmonies of #A9366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9366B

Black with #A9366B

Text Example


Text Example

White with #A9366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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