#A26048

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

Shades of Sepia #A26048

Tints of Sepia #A26048

Color information

#A26048 (or 0xA26048) is unknown color: approx Sepia. HEX triplet: A2, 60 and 48. RGB value is (162,96,72). Sum of RGB (Red+Green+Blue) = 162+96+72=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A26048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26048 is #5D9FB7. Grayscale: #717171. Windows color (decimal): -6135736 or 4743330. OLE color: 4743330.

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

Color convert

RGB1629672-
CMYK00.410.560.36
HSL16º38.46%45.88%-
HSV(B)16º55.56%63.53%-
XYZ20.2516.528.25-
YUV113104.87162.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=49.09%
G=29.09%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162967200.410.560.361638.4645.88
HexA26048029382410262e
Octal2421401100517044204656
Binary1010001011000001001000010100111100010010010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26048; }

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

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

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

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

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

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

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

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