#A26045

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

Shades of Sepia #A26045

Tints of Sepia #A26045

Color information

#A26045 (or 0xA26045) is unknown color: approx Sepia. HEX triplet: A2, 60 and 45. RGB value is (162,96,69). Sum of RGB (Red+Green+Blue) = 162+96+69=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A26045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26045 is #5D9FBA. Grayscale: #707070. Windows color (decimal): -6135739 or 4546722. OLE color: 4546722.

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

Color convert

RGB1629669-
CMYK00.410.570.36
HSL17.42º40.26%45.29%-
HSV(B)17.42º57.41%63.53%-
XYZ20.1616.487.75-
YUV112.66103.37163.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=49.54%
G=29.36%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162966900.410.570.3617.4240.2645.29
HexA26045029392411282d
Octal2421401050517144215055
Binary1010001011000001000101010100111100110010010001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26045; }

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

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

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

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

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

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

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

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