Html Css Color HEX #A7326C Rouge

📋 copy color: '#A7326C'

red 167 ◦ green 50 ◦ blue 108

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

Shades of Rouge #A7326C

Tints of Rouge #A7326C

RGB

 RED value IS 167 (65.63% from 255) = 51.38%

 GREEN value IS 50 (19.92% from 255) = 15.38%

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

R = 51.38%
G = 15.38%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7326C (or 0xA7326C) is known color: Rouge. HEX triplet: A7, 32 and 6C. RGB value is (167,50,108). Sum of RGB (Red+Green+Blue) = 167+50+108=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7326C is #58CD93. Grayscale: #5B5B5B. Windows color (decimal): -5819796 or 7090855. OLE color: 7090855.

HSL color Cylindrical-coordinate representation of color #A7326C: hue angle of 330.26º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7326C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 50 108 -
CMYK 0 0.70 0.35 0.35
HSL 330.26º 0.54% 0.43% -
HSV(B) 330.26º 0.7% 0.65% -
XYZ 19.78 11.58 15.38 -
YUV 91.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 167 50 108 0 0.70 0.35 0.35 330.26 0.54 0.43
Hex A7 32 6C 0 46 23 23 14A 36 2B
Octal 247 62 154 0 106 43 43 512 66 53
Binary 10100111 110010 1101100 0 1000110 100011 100011 101001010 110110 101011

Color Harmonies of #A7326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7326C

Black with #A7326C

Text Example


Text Example

White with #A7326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7326C; }

 p { color: rgb(167,50,108); }

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

background-color css

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

 a { background-color: rgb(167,50,108); }

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

border-color css

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

 span { border-color: rgb(167,50,108); }

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