Html Css Color HEX #A8336D Rouge

📋 copy color: '#A8336D'

red 168 ◦ green 51 ◦ blue 109

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

Shades of Rouge #A8336D

Tints of Rouge #A8336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 51.22%
G = 15.55%
B = 33.23%

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

#A8336D (or 0xA8336D) is known color: Rouge. HEX triplet: A8, 33 and 6D. RGB value is (168,51,109). Sum of RGB (Red+Green+Blue) = 168+51+109=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8336D is #57CC92. Grayscale: #5C5C5C. Windows color (decimal): -5754003 or 7156648. OLE color: 7156648.

HSL color Cylindrical-coordinate representation of color #A8336D: hue angle of 330.26º degrees, saturation: 0.53, 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 #A8336D is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 51 109 -
CMYK 0 0.70 0.35 0.34
HSL 330.26º 0.53% 0.43% -
HSV(B) 330.26º 0.7% 0.66% -
XYZ 20.09 11.8 15.69 -
YUV 92.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 168 51 109 0 0.70 0.35 0.34 330.26 0.53 0.43
Hex A8 33 6D 0 46 23 22 14A 35 2B
Octal 250 63 155 0 106 43 42 512 65 53
Binary 10101000 110011 1101101 0 1000110 100011 100010 101001010 110101 101011

Color Harmonies of #A8336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8336D

Black with #A8336D

Text Example


Text Example

White with #A8336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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