#A2436A

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

Shades of Rouge #A2436A

Tints of Rouge #A2436A

Color information

#A2436A (or 0xA2436A) is unknown color: approx Rouge. HEX triplet: A2, 43 and 6A. RGB value is (162,67,106). Sum of RGB (Red+Green+Blue) = 162+67+106=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2436A is #5DBC95. Grayscale: #636363. Windows color (decimal): -6143126 or 6964130. OLE color: 6964130.

HSL color Cylindrical-coordinate representation of color #A2436A: hue angle of 335.37º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2436A is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16267106-
CMYK00.590.350.36
HSL335.37º41.48%44.9%-
HSV(B)335.37º58.64%63.53%-
XYZ19.5112.7415.07-
YUV99.85131.47172.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=48.36%
G=20%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626710600.590.350.36335.3741.4844.9
HexA2436A03B232414f292d
Octal24210315207343445175155
Binary10100010100001111010100111011100011100100101001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2436A; }

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

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

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

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

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

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

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

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