#a05b41

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

Shades of Sepia #A05B41

Tints of Sepia #A05B41

Color information

#A05B41 (or 0xA05B41) is unknown color: approx Sepia. HEX triplet: A0, 5B and 41. RGB value is (160,91,65). Sum of RGB (Red+Green+Blue) = 160+91+65=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05B41 is #5FA4BE. Grayscale: #6C6C6C. Windows color (decimal): -6268095 or 4283296. OLE color: 4283296.

HSL color Cylindrical-coordinate representation of color #A05B41: hue angle of 16.42º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05B41 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1609165-
CMYK00.430.590.37
HSL16.42º42.22%44.12%-
HSV(B)16.42º59.38%62.75%-
XYZ19.1915.346.95-
YUV108.67103.36164.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=50.63%
G=28.80%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160916500.430.590.3716.4242.2244.12
HexA05B4102B3B25102a2c
Octal2401331010537345205254
Binary1010000010110111000001010101111101110010110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05b41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05b41; }

 p { color: rgb(160,91,65); }

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

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

 a { background-color: rgb(160,91,65); }

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

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

 span { border-color: rgb(160,91,65); }

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