Html Css Color HEX #A8396F Rouge

📋 copy color: '#A8396F'

red 168 ◦ green 57 ◦ blue 111

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

Shades of Rouge #A8396F

Tints of Rouge #A8396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 50%
G = 16.96%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8396F (or 0xA8396F) is known color: Rouge. HEX triplet: A8, 39 and 6F. RGB value is (168,57,111). Sum of RGB (Red+Green+Blue) = 168+57+111=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A8396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8396F is #57C690. Grayscale: #606060. Windows color (decimal): -5752465 or 7289256. OLE color: 7289256.

HSL color Cylindrical-coordinate representation of color #A8396F: hue angle of 330.81º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8396F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 57 111 -
CMYK 0 0.66 0.34 0.34
HSL 330.81º 0.49% 0.44% -
HSV(B) 330.81º 0.66% 0.66% -
XYZ 20.48 12.4 16.35 -
YUV 96.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 168 57 111 0 0.66 0.34 0.34 330.81 0.49 0.44
Hex A8 39 6F 0 42 22 22 14B 31 2C
Octal 250 71 157 0 102 42 42 513 61 54
Binary 10101000 111001 1101111 0 1000010 100010 100010 101001011 110001 101100

Color Harmonies of #A8396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8396F

Black with #A8396F

Text Example


Text Example

White with #A8396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8396F; }

 p { color: rgb(168,57,111); }

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

background-color css

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

 a { background-color: rgb(168,57,111); }

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

border-color css

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

 span { border-color: rgb(168,57,111); }

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