#A26044

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

Shades of Sepia #A26044

Tints of Sepia #A26044

Color information

#A26044 (or 0xA26044) is unknown color: approx Sepia. HEX triplet: A2, 60 and 44. RGB value is (162,96,68). Sum of RGB (Red+Green+Blue) = 162+96+68=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A26044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26044 is #5D9FBB. Grayscale: #707070. Windows color (decimal): -6135740 or 4481186. OLE color: 4481186.

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

Color convert

RGB1629668-
CMYK00.410.580.36
HSL17.87º40.87%45.1%-
HSV(B)17.87º58.02%63.53%-
XYZ20.1316.467.59-
YUV112.54102.87163.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=49.69%
G=29.45%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162966800.410.580.3617.8740.8745.1
HexA260440293A2412292d
Octal2421401040517244225155
Binary1010001011000001000100010100111101010010010010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26044; }

 p { color: rgb(162,96,68); }

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

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

 a { background-color: rgb(162,96,68); }

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

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

 span { border-color: rgb(162,96,68); }

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