#A26145

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

Shades of Sepia #A26145

Tints of Sepia #A26145

Color information

#A26145 (or 0xA26145) is unknown color: approx Sepia. HEX triplet: A2, 61 and 45. RGB value is (162,97,69). Sum of RGB (Red+Green+Blue) = 162+97+69=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A26145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26145 is #5D9EBA. Grayscale: #717171. Windows color (decimal): -6135483 or 4546978. OLE color: 4546978.

HSL color Cylindrical-coordinate representation of color #A26145: hue angle of 18.06º 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 #A26145 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1629769-
CMYK00.400.570.36
HSL18.06º40.26%45.29%-
HSV(B)18.06º57.41%63.53%-
XYZ20.2516.667.78-
YUV113.24103.03162.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=49.39%
G=29.57%
B=21.04%

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
Decimal162976900.400.570.3618.0640.2645.29
HexA26145028392412282d
Octal2421411050507144225055
Binary1010001011000011000101010100011100110010010010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26145; }

 p { color: rgb(162,97,69); }

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

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

 a { background-color: rgb(162,97,69); }

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

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

 span { border-color: rgb(162,97,69); }

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