#A8305E

Color #A8305E Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A8305E

Tints of Rouge #A8305E

Color information

#A8305E (or 0xA8305E) is unknown color: approx Rouge. HEX triplet: A8, 30 and 5E. RGB value is (168,48,94). Sum of RGB (Red+Green+Blue) = 168+48+94=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A8305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8305E is #57CFA1. Grayscale: #595959. Windows color (decimal): -5754786 or 6172840. OLE color: 6172840.

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

Color convert

RGB1684894-
CMYK00.710.440.34
HSL337º55.56%42.35%-
HSV(B)337º71.43%65.88%-
XYZ19.2311.2511.75-
YUV89.12130.76184.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.19%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=54.19%
G=15.48%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168489400.710.440.3433755.5642.35
HexA8305E0472C22151382a
Octal25060136010754425217052
Binary10101000110000101111001000111101100100010101010001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8305E; }

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

 H1.HeaderClassName
 {
   color: #A8305E;
 }
 .AnyTagClassName
 {
   color: #A8305E;
 }
</style>
background-color css

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

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

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

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

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

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