Html Css Color HEX #A8386F Rouge

📋 copy color: '#A8386F'

red 168 ◦ green 56 ◦ blue 111

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

Shades of Rouge #A8386F

Tints of Rouge #A8386F

RGB

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

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

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

R = 50.15%
G = 16.72%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8386F (or 0xA8386F) is known color: Rouge. HEX triplet: A8, 38 and 6F. RGB value is (168,56,111). Sum of RGB (Red+Green+Blue) = 168+56+111=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8386F is #57C790. Grayscale: #5F5F5F. Windows color (decimal): -5752721 or 7289000. OLE color: 7289000.

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

Color convert

RGB 168 56 111 -
CMYK 0 0.67 0.34 0.34
HSL 330.54º 0.5% 0.44% -
HSV(B) 330.54º 0.67% 0.66% -
XYZ 20.43 12.3 16.34 -
YUV 95.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 168 56 111 0 0.67 0.34 0.34 330.54 0.5 0.44
Hex A8 38 6F 0 43 22 22 14B 32 2C
Octal 250 70 157 0 103 42 42 513 62 54
Binary 10101000 111000 1101111 0 1000011 100010 100010 101001011 110010 101100

Color Harmonies of #A8386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8386F

Black with #A8386F

Text Example


Text Example

White with #A8386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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