Html Css Color HEX #A8336E Rouge

📋 copy color: '#A8336E'

red 168 ◦ green 51 ◦ blue 110

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

Shades of Rouge #A8336E

Tints of Rouge #A8336E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 51.06%
G = 15.5%
B = 33.43%

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

#A8336E (or 0xA8336E) is known color: Rouge. HEX triplet: A8, 33 and 6E. RGB value is (168,51,110). Sum of RGB (Red+Green+Blue) = 168+51+110=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8336E is #57CC91. Grayscale: #5C5C5C. Windows color (decimal): -5754002 or 7222184. OLE color: 7222184.

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

Color convert

RGB 168 51 110 -
CMYK 0 0.70 0.35 0.34
HSL 329.74º 0.53% 0.43% -
HSV(B) 329.74º 0.7% 0.66% -
XYZ 20.15 11.82 15.97 -
YUV 92.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 168 51 110 0 0.70 0.35 0.34 329.74 0.53 0.43
Hex A8 33 6E 0 46 23 22 14A 35 2B
Octal 250 63 156 0 106 43 42 512 65 53
Binary 10101000 110011 1101110 0 1000110 100011 100010 101001010 110101 101011

Color Harmonies of #A8336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8336E

Black with #A8336E

Text Example


Text Example

White with #A8336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8336E; }

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

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

background-color css

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

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

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

border-color css

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

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

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