Html Css Color HEX #A8276C Rouge

📋 copy color: '#A8276C'

red 168 ◦ green 39 ◦ blue 108

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

Shades of Rouge #A8276C

Tints of Rouge #A8276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 53.33%
G = 12.38%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8276C (or 0xA8276C) is known color: Rouge. HEX triplet: A8, 27 and 6C. RGB value is (168,39,108). Sum of RGB (Red+Green+Blue) = 168+39+108=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8276C is #57D893. Grayscale: #555555. Windows color (decimal): -5757076 or 7088040. OLE color: 7088040.

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

Color convert

RGB 168 39 108 -
CMYK 0 0.77 0.36 0.34
HSL 327.91º 0.62% 0.41% -
HSV(B) 327.91º 0.77% 0.66% -
XYZ 19.58 10.86 15.25 -
YUV 85.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 168 39 108 0 0.77 0.36 0.34 327.91 0.62 0.41
Hex A8 27 6C 0 4D 24 22 148 3E 29
Octal 250 47 154 0 115 44 42 510 76 51
Binary 10101000 100111 1101100 0 1001101 100100 100010 101001000 111110 101001

Color Harmonies of #A8276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8276C

Black with #A8276C

Text Example


Text Example

White with #A8276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8276C; }

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

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

background-color css

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

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

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

border-color css

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

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

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