Html Css Color HEX #A8336C Rouge

📋 copy color: '#A8336C'

red 168 ◦ green 51 ◦ blue 108

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

Shades of Rouge #A8336C

Tints of Rouge #A8336C

RGB

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

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

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

R = 51.38%
G = 15.6%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8336C (or 0xA8336C) is known color: Rouge. HEX triplet: A8, 33 and 6C. RGB value is (168,51,108). Sum of RGB (Red+Green+Blue) = 168+51+108=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8336C is #57CC93. Grayscale: #5C5C5C. Windows color (decimal): -5754004 or 7091112. OLE color: 7091112.

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

Color convert

RGB 168 51 108 -
CMYK 0 0.70 0.36 0.34
HSL 330.77º 0.53% 0.43% -
HSV(B) 330.77º 0.7% 0.66% -
XYZ 20.04 11.78 15.4 -
YUV 92.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 168 51 108 0 0.70 0.36 0.34 330.77 0.53 0.43
Hex A8 33 6C 0 46 24 22 14B 35 2B
Octal 250 63 154 0 106 44 42 513 65 53
Binary 10101000 110011 1101100 0 1000110 100100 100010 101001011 110101 101011

Color Harmonies of #A8336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8336C

Black with #A8336C

Text Example


Text Example

White with #A8336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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