Html Css Color HEX #A8305D Rouge

📋 copy color: '#A8305D'

red 168 ◦ green 48 ◦ blue 93

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

Shades of Rouge #A8305D

Tints of Rouge #A8305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 54.37%
G = 15.53%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8305D (or 0xA8305D) is known color: Rouge. HEX triplet: A8, 30 and 5D. RGB value is (168,48,93). Sum of RGB (Red+Green+Blue) = 168+48+93=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8305D is #57CFA2. Grayscale: #585858. Windows color (decimal): -5754787 or 6107304. OLE color: 6107304.

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

Color convert

RGB 168 48 93 -
CMYK 0 0.71 0.45 0.34
HSL 337.5º 0.56% 0.42% -
HSV(B) 337.5º 0.71% 0.66% -
XYZ 19.18 11.23 11.51 -
YUV 89.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 168 48 93 0 0.71 0.45 0.34 337.5 0.56 0.42
Hex A8 30 5D 0 47 2D 22 152 38 2A
Octal 250 60 135 0 107 55 42 522 70 52
Binary 10101000 110000 1011101 0 1000111 101101 100010 101010010 111000 101010

Color Harmonies of #A8305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8305D

Black with #A8305D

Text Example


Text Example

White with #A8305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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