#A8426D

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

Shades of Rouge #A8426D

Tints of Rouge #A8426D

Color information

#A8426D (or 0xA8426D) is unknown color: approx Rouge. HEX triplet: A8, 42 and 6D. RGB value is (168,66,109). Sum of RGB (Red+Green+Blue) = 168+66+109=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8426D is #57BD92. Grayscale: #656565. Windows color (decimal): -5750163 or 7160488. OLE color: 7160488.

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

Color convert

RGB16866109-
CMYK00.610.350.34
HSL334.71º43.59%45.88%-
HSV(B)334.71º60.71%65.88%-
XYZ20.8613.3315.94-
YUV101.4132.29175.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=48.98%
G=19.24%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686610900.610.350.34334.7143.5945.88
HexA8426D03D232214f2c2e
Octal25010215507543425175456
Binary10101000100001011011010111101100011100010101001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8426D; }

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

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

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

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

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

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

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

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