#A65A3C

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

Shades of Sepia #A65A3C

Tints of Sepia #A65A3C

Color information

#A65A3C (or 0xA65A3C) is unknown color: approx Sepia. HEX triplet: A6, 5A and 3C. RGB value is (166,90,60). Sum of RGB (Red+Green+Blue) = 166+90+60=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A3C is #59A5C3. Grayscale: #6D6D6D. Windows color (decimal): -5875140 or 3955366. OLE color: 3955366.

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

Color convert

RGB1669060-
CMYK00.460.640.35
HSL16.98º46.9%44.31%-
HSV(B)16.98º63.86%65.1%-
XYZ20.215.756.25-
YUV109.3100.18168.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.53%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=52.53%
G=28.48%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166906000.460.640.3516.9846.944.31
HexA65A3C02E4023112f2c
Octal2461327405610043215754
Binary1010011010110101111000101110100000010001110001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A3C; }

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

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

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

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

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

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

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

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