#A85A3E

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

Shades of Sepia #A85A3E

Tints of Sepia #A85A3E

Color information

#A85A3E (or 0xA85A3E) is unknown color: approx Sepia. HEX triplet: A8, 5A and 3E. RGB value is (168,90,62). Sum of RGB (Red+Green+Blue) = 168+90+62=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A3E is #57A5C1. Grayscale: #6E6E6E. Windows color (decimal): -5744066 or 4086440. OLE color: 4086440.

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

Color convert

RGB1689062-
CMYK00.460.630.34
HSL15.85º46.09%45.1%-
HSV(B)15.85º63.1%65.88%-
XYZ20.6715.986.55-
YUV110.13100.84169.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 62 (24.61% from 255) = 19.38%
R=52.5%
G=28.12%
B=19.38%

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
Decimal168906200.460.630.3415.8546.0945.1
HexA85A3E02E3F22102e2d
Octal250132760567742205655
Binary101010001011010111110010111011111110001010000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85A3E; }

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

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

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

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

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

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

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

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