#A36143

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

Shades of Sepia #A36143

Tints of Sepia #A36143

Color information

#A36143 (or 0xA36143) is unknown color: approx Sepia. HEX triplet: A3, 61 and 43. RGB value is (163,97,67). Sum of RGB (Red+Green+Blue) = 163+97+67=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A36143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36143 is #5C9EBC. Grayscale: #717171. Windows color (decimal): -6069949 or 4415907. OLE color: 4415907.

HSL color Cylindrical-coordinate representation of color #A36143: hue angle of 18.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A36143 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1639767-
CMYK00.400.590.36
HSL18.75º41.74%45.1%-
HSV(B)18.75º58.9%63.92%-
XYZ20.3916.747.47-
YUV113.31101.87163.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=49.85%
G=29.66%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163976700.400.590.3618.7541.7445.1
HexA361430283B24132a2d
Octal2431411030507344235255
Binary1010001111000011000011010100011101110010010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36143; }

 p { color: rgb(163,97,67); }

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

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

 a { background-color: rgb(163,97,67); }

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

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

 span { border-color: rgb(163,97,67); }

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