#A65C3E

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

Shades of Sepia #A65C3E

Tints of Sepia #A65C3E

Color information

#A65C3E (or 0xA65C3E) is unknown color: approx Sepia. HEX triplet: A6, 5C and 3E. RGB value is (166,92,62). Sum of RGB (Red+Green+Blue) = 166+92+62=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C3E is #59A3C1. Grayscale: #6E6E6E. Windows color (decimal): -5874626 or 4086950. OLE color: 4086950.

HSL color Cylindrical-coordinate representation of color #A65C3E: hue angle of 17.31º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A65C3E is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1669262-
CMYK00.450.630.35
HSL17.31º45.61%44.71%-
HSV(B)17.31º62.65%65.1%-
XYZ20.4216.116.59-
YUV110.71100.52167.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.88%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=51.88%
G=28.75%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166926200.450.630.3517.3145.6144.71
HexA65C3E02D3F23112e2d
Octal246134760557743215655
Binary101001101011100111110010110111111110001110001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C3E; }

 p { color: rgb(166,92,62); }

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

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

 a { background-color: rgb(166,92,62); }

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

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

 span { border-color: rgb(166,92,62); }

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