#A85A3F

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

Shades of Sepia #A85A3F

Tints of Sepia #A85A3F

Color information

#A85A3F (or 0xA85A3F) is unknown color: approx Sepia. HEX triplet: A8, 5A and 3F. RGB value is (168,90,63). Sum of RGB (Red+Green+Blue) = 168+90+63=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A3F is #57A5C0. Grayscale: #6E6E6E. Windows color (decimal): -5744065 or 4151976. OLE color: 4151976.

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

Color convert

RGB1689063-
CMYK00.460.630.34
HSL15.43º45.45%45.29%-
HSV(B)15.43º62.5%65.88%-
XYZ20.7166.7-
YUV110.24101.34169.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.34%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 63 (25% from 255) = 19.63%
R=52.34%
G=28.04%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168906300.460.630.3415.4345.4545.29
HexA85A3F02E3F22f2d2d
Octal250132770567742175555
Binary10101000101101011111101011101111111000101111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A3F; }

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

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

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

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

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

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

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

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