#A26348

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

Shades of Sepia #A26348

Tints of Sepia #A26348

Color information

#A26348 (or 0xA26348) is unknown color: approx Sepia. HEX triplet: A2, 63 and 48. RGB value is (162,99,72). Sum of RGB (Red+Green+Blue) = 162+99+72=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A26348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26348 is #5D9CB7. Grayscale: #727272. Windows color (decimal): -6134968 or 4744098. OLE color: 4744098.

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

Color convert

RGB1629972-
CMYK00.390.560.36
HSL18º38.46%45.88%-
HSV(B)18º55.56%63.53%-
XYZ20.5317.078.34-
YUV114.76103.87161.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=48.65%
G=29.73%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162997200.390.560.361838.4645.88
HexA26348027382412262e
Octal2421431100477044224656
Binary1010001011000111001000010011111100010010010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26348; }

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

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

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

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

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

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

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

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