#A46045

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

Shades of Sepia #A46045

Tints of Sepia #A46045

Color information

#A46045 (or 0xA46045) is unknown color: approx Sepia. HEX triplet: A4, 60 and 45. RGB value is (164,96,69). Sum of RGB (Red+Green+Blue) = 164+96+69=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A46045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46045 is #5B9FBA. Grayscale: #717171. Windows color (decimal): -6004667 or 4546724. OLE color: 4546724.

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

Color convert

RGB1649669-
CMYK00.410.580.36
HSL17.05º40.77%45.69%-
HSV(B)17.05º57.93%64.31%-
XYZ20.5716.697.77-
YUV113.25103.03164.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=49.85%
G=29.18%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164966900.410.580.3617.0540.7745.69
HexA460450293A2411292e
Octal2441401050517244215156
Binary1010010011000001000101010100111101010010010001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46045; }

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

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

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

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

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

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

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

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