Html Css Color HEX #A8376E Rouge

📋 copy color: '#A8376E'

red 168 ◦ green 55 ◦ blue 110

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

Shades of Rouge #A8376E

Tints of Rouge #A8376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 50.45%
G = 16.52%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8376E (or 0xA8376E) is known color: Rouge. HEX triplet: A8, 37 and 6E. RGB value is (168,55,110). Sum of RGB (Red+Green+Blue) = 168+55+110=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8376E is #57C891. Grayscale: #5E5E5E. Windows color (decimal): -5752978 or 7223208. OLE color: 7223208.

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

Color convert

RGB 168 55 110 -
CMYK 0 0.67 0.35 0.34
HSL 330.8º 0.51% 0.44% -
HSV(B) 330.8º 0.67% 0.66% -
XYZ 20.33 12.18 16.03 -
YUV 95.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 168 55 110 0 0.67 0.35 0.34 330.8 0.51 0.44
Hex A8 37 6E 0 43 23 22 14B 33 2C
Octal 250 67 156 0 103 43 42 513 63 54
Binary 10101000 110111 1101110 0 1000011 100011 100010 101001011 110011 101100

Color Harmonies of #A8376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8376E

Black with #A8376E

Text Example


Text Example

White with #A8376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8376E; }

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

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

background-color css

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

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

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

border-color css

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

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

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