#A8436A

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

Shades of Rouge #A8436A

Tints of Rouge #A8436A

Color information

#A8436A (or 0xA8436A) is unknown color: approx Rouge. HEX triplet: A8, 43 and 6A. RGB value is (168,67,106). Sum of RGB (Red+Green+Blue) = 168+67+106=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A8436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8436A is #57BC95. Grayscale: #656565. Windows color (decimal): -5749910 or 6964136. OLE color: 6964136.

HSL color Cylindrical-coordinate representation of color #A8436A: hue angle of 336.83º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8436A is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16867106-
CMYK00.600.370.34
HSL336.83º42.98%46.08%-
HSV(B)336.83º60.12%65.88%-
XYZ20.7613.3815.12-
YUV101.65130.46175.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.27%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=49.27%
G=19.65%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686710600.600.370.34336.8342.9846.08
HexA8436A03C25221512b2e
Octal25010315207445425215356
Binary10101000100001111010100111100100101100010101010001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8436A; }

 p { color: rgb(168,67,106); }

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

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

 a { background-color: rgb(168,67,106); }

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

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

 span { border-color: rgb(168,67,106); }

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