Html Css Color HEX #A8386C Rouge

📋 copy color: '#A8386C'

red 168 ◦ green 56 ◦ blue 108

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

Shades of Rouge #A8386C

Tints of Rouge #A8386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

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

R = 50.6%
G = 16.87%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8386C (or 0xA8386C) is known color: Rouge. HEX triplet: A8, 38 and 6C. RGB value is (168,56,108). Sum of RGB (Red+Green+Blue) = 168+56+108=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8386C is #57C793. Grayscale: #5F5F5F. Windows color (decimal): -5752724 or 7092392. OLE color: 7092392.

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

Color convert

RGB 168 56 108 -
CMYK 0 0.67 0.36 0.34
HSL 332.14º 0.5% 0.44% -
HSV(B) 332.14º 0.67% 0.66% -
XYZ 20.27 12.24 15.48 -
YUV 95.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 168 56 108 0 0.67 0.36 0.34 332.14 0.5 0.44
Hex A8 38 6C 0 43 24 22 14C 32 2C
Octal 250 70 154 0 103 44 42 514 62 54
Binary 10101000 111000 1101100 0 1000011 100100 100010 101001100 110010 101100

Color Harmonies of #A8386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8386C

Black with #A8386C

Text Example


Text Example

White with #A8386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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