Html Css Color HEX #A8336A Rouge

📋 copy color: '#A8336A'

red 168 ◦ green 51 ◦ blue 106

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

Shades of Rouge #A8336A

Tints of Rouge #A8336A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 51.69%
G = 15.69%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A8336A (or 0xA8336A) is known color: Rouge. HEX triplet: A8, 33 and 6A. RGB value is (168,51,106). Sum of RGB (Red+Green+Blue) = 168+51+106=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8336A is #57CC95. Grayscale: #5C5C5C. Windows color (decimal): -5754006 or 6960040. OLE color: 6960040.

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

Color convert

RGB 168 51 106 -
CMYK 0 0.70 0.37 0.34
HSL 331.79º 0.53% 0.43% -
HSV(B) 331.79º 0.7% 0.66% -
XYZ 19.93 11.73 14.85 -
YUV 92.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 168 51 106 0 0.70 0.37 0.34 331.79 0.53 0.43
Hex A8 33 6A 0 46 25 22 14C 35 2B
Octal 250 63 152 0 106 45 42 514 65 53
Binary 10101000 110011 1101010 0 1000110 100101 100010 101001100 110101 101011

Color Harmonies of #A8336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8336A

Black with #A8336A

Text Example


Text Example

White with #A8336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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