Html Css Color HEX #A8306D Rouge

📋 copy color: '#A8306D'

red 168 ◦ green 48 ◦ blue 109

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

Shades of Rouge #A8306D

Tints of Rouge #A8306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 51.69%
G = 14.77%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8306D (or 0xA8306D) is known color: Rouge. HEX triplet: A8, 30 and 6D. RGB value is (168,48,109). Sum of RGB (Red+Green+Blue) = 168+48+109=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8306D is #57CF92. Grayscale: #5A5A5A. Windows color (decimal): -5754771 or 7155880. OLE color: 7155880.

HSL color Cylindrical-coordinate representation of color #A8306D: hue angle of 329.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8306D is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 109 -
CMYK 0 0.71 0.35 0.34
HSL 329.5º 0.56% 0.42% -
HSV(B) 329.5º 0.71% 0.66% -
XYZ 19.97 11.54 15.64 -
YUV 90.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 168 48 109 0 0.71 0.35 0.34 329.5 0.56 0.42
Hex A8 30 6D 0 47 23 22 14A 38 2A
Octal 250 60 155 0 107 43 42 512 70 52
Binary 10101000 110000 1101101 0 1000111 100011 100010 101001010 111000 101010

Color Harmonies of #A8306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8306D

Black with #A8306D

Text Example


Text Example

White with #A8306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8306D; }

 p { color: rgb(168,48,109); }

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

background-color css

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

 a { background-color: rgb(168,48,109); }

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

border-color css

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

 span { border-color: rgb(168,48,109); }

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