#A65A3F

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

Shades of Sepia #A65A3F

Tints of Sepia #A65A3F

Color information

#A65A3F (or 0xA65A3F) is unknown color: approx Sepia. HEX triplet: A6, 5A and 3F. RGB value is (166,90,63). Sum of RGB (Red+Green+Blue) = 166+90+63=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A3F is #59A5C0. Grayscale: #6D6D6D. Windows color (decimal): -5875137 or 4151974. OLE color: 4151974.

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

Color convert

RGB1669063-
CMYK00.460.620.35
HSL15.73º44.98%44.9%-
HSV(B)15.73º62.05%65.1%-
XYZ20.2815.786.68-
YUV109.65101.68168.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 63 (25% from 255) = 19.75%
R=52.04%
G=28.21%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166906300.460.620.3515.7344.9844.9
HexA65A3F02E3E23102d2d
Octal246132770567643205555
Binary101001101011010111111010111011111010001110000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A3F; }

 p { color: rgb(166,90,63); }

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

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

 a { background-color: rgb(166,90,63); }

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

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

 span { border-color: rgb(166,90,63); }

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