#A46046

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

Shades of Sepia #A46046

Tints of Sepia #A46046

Color information

#A46046 (or 0xA46046) is unknown color: approx Sepia. HEX triplet: A4, 60 and 46. RGB value is (164,96,70). Sum of RGB (Red+Green+Blue) = 164+96+70=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A46046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46046 is #5B9FB9. Grayscale: #717171. Windows color (decimal): -6004666 or 4612260. OLE color: 4612260.

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

Color convert

RGB1649670-
CMYK00.410.570.36
HSL16.6º40.17%45.88%-
HSV(B)16.6º57.32%64.31%-
XYZ20.616.77.93-
YUV113.37103.53164.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=49.70%
G=29.09%
B=21.21%

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
Decimal164967000.410.570.3616.640.1745.88
HexA46046029392411282e
Octal2441401060517144215056
Binary1010010011000001000110010100111100110010010001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46046; }

 p { color: rgb(164,96,70); }

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

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

 a { background-color: rgb(164,96,70); }

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

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

 span { border-color: rgb(164,96,70); }

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