#A26246

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

Shades of Sepia #A26246

Tints of Sepia #A26246

Color information

#A26246 (or 0xA26246) is unknown color: approx Sepia. HEX triplet: A2, 62 and 46. RGB value is (162,98,70). Sum of RGB (Red+Green+Blue) = 162+98+70=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A26246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26246 is #5D9DB9. Grayscale: #727272. Windows color (decimal): -6135226 or 4612770. OLE color: 4612770.

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

Color convert

RGB1629870-
CMYK00.400.570.36
HSL18.26º39.66%45.49%-
HSV(B)18.26º56.79%63.53%-
XYZ20.3716.867.97-
YUV113.94103.2162.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=49.09%
G=29.70%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162987000.400.570.3618.2639.6645.49
HexA26246028392412282d
Octal2421421060507144225055
Binary1010001011000101000110010100011100110010010010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26246; }

 p { color: rgb(162,98,70); }

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

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

 a { background-color: rgb(162,98,70); }

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

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

 span { border-color: rgb(162,98,70); }

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