Html Css Color HEX #A9376B Rouge

📋 copy color: '#A9376B'

red 169 ◦ green 55 ◦ blue 107

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

Shades of Rouge #A9376B

Tints of Rouge #A9376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

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

R = 51.06%
G = 16.62%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A9376B (or 0xA9376B) is known color: Rouge. HEX triplet: A9, 37 and 6B. RGB value is (169,55,107). Sum of RGB (Red+Green+Blue) = 169+55+107=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9376B is #56C894. Grayscale: #5E5E5E. Windows color (decimal): -5687445 or 7026601. OLE color: 7026601.

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

Color convert

RGB 169 55 107 -
CMYK 0 0.67 0.37 0.34
HSL 332.63º 0.51% 0.44% -
HSV(B) 332.63º 0.67% 0.66% -
XYZ 20.38 12.23 15.2 -
YUV 95.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 169 55 107 0 0.67 0.37 0.34 332.63 0.51 0.44
Hex A9 37 6B 0 43 25 22 14D 33 2C
Octal 251 67 153 0 103 45 42 515 63 54
Binary 10101001 110111 1101011 0 1000011 100101 100010 101001101 110011 101100

Color Harmonies of #A9376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9376B

Black with #A9376B

Text Example


Text Example

White with #A9376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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