Html Css Color HEX #A9376C Rouge

📋 copy color: '#A9376C'

red 169 ◦ green 55 ◦ blue 108

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

Shades of Rouge #A9376C

Tints of Rouge #A9376C

RGB

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

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

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

R = 50.9%
G = 16.57%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9376C (or 0xA9376C) is known color: Rouge. HEX triplet: A9, 37 and 6C. RGB value is (169,55,108). Sum of RGB (Red+Green+Blue) = 169+55+108=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9376C is #56C893. Grayscale: #5F5F5F. Windows color (decimal): -5687444 or 7092137. OLE color: 7092137.

HSL color Cylindrical-coordinate representation of color #A9376C: 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.67%. Process color model (Four color, CMYK) of #A9376C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 55 108 -
CMYK 0 0.67 0.36 0.34
HSL 332.11º 0.51% 0.44% -
HSV(B) 332.11º 0.67% 0.66% -
XYZ 20.44 12.25 15.47 -
YUV 95.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 169 55 108 0 0.67 0.36 0.34 332.11 0.51 0.44
Hex A9 37 6C 0 43 24 22 14C 33 2C
Octal 251 67 154 0 103 44 42 514 63 54
Binary 10101001 110111 1101100 0 1000011 100100 100010 101001100 110011 101100

Color Harmonies of #A9376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9376C

Black with #A9376C

Text Example


Text Example

White with #A9376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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