Html Css Color HEX #A8376F Rouge

📋 copy color: '#A8376F'

red 168 ◦ green 55 ◦ blue 111

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

Shades of Rouge #A8376F

Tints of Rouge #A8376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 50.3%
G = 16.47%
B = 33.23%

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

#A8376F (or 0xA8376F) is known color: Rouge. HEX triplet: A8, 37 and 6F. RGB value is (168,55,111). Sum of RGB (Red+Green+Blue) = 168+55+111=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8376F is #57C890. Grayscale: #5F5F5F. Windows color (decimal): -5752977 or 7288744. OLE color: 7288744.

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

Color convert

RGB 168 55 111 -
CMYK 0 0.67 0.34 0.34
HSL 330.27º 0.51% 0.44% -
HSV(B) 330.27º 0.67% 0.66% -
XYZ 20.38 12.2 16.32 -
YUV 95.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 168 55 111 0 0.67 0.34 0.34 330.27 0.51 0.44
Hex A8 37 6F 0 43 22 22 14A 33 2C
Octal 250 67 157 0 103 42 42 512 63 54
Binary 10101000 110111 1101111 0 1000011 100010 100010 101001010 110011 101100

Color Harmonies of #A8376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8376F

Black with #A8376F

Text Example


Text Example

White with #A8376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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