Html Css Color HEX #A8326D Rouge

📋 copy color: '#A8326D'

red 168 ◦ green 50 ◦ blue 109

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

Shades of Rouge #A8326D

Tints of Rouge #A8326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 51.38%
G = 15.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8326D (or 0xA8326D) is known color: Rouge. HEX triplet: A8, 32 and 6D. RGB value is (168,50,109). Sum of RGB (Red+Green+Blue) = 168+50+109=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8326D is #57CD92. Grayscale: #5B5B5B. Windows color (decimal): -5754259 or 7156392. OLE color: 7156392.

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

Color convert

RGB 168 50 109 -
CMYK 0 0.70 0.35 0.34
HSL 330º 0.54% 0.43% -
HSV(B) 330º 0.7% 0.66% -
XYZ 20.05 11.71 15.67 -
YUV 92.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 168 50 109 0 0.70 0.35 0.34 330 0.54 0.43
Hex A8 32 6D 0 46 23 22 14A 36 2B
Octal 250 62 155 0 106 43 42 512 66 53
Binary 10101000 110010 1101101 0 1000110 100011 100010 101001010 110110 101011

Color Harmonies of #A8326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8326D

Black with #A8326D

Text Example


Text Example

White with #A8326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8326D; }

 p { color: rgb(168,50,109); }

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

background-color css

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

 a { background-color: rgb(168,50,109); }

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

border-color css

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

 span { border-color: rgb(168,50,109); }

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