#A35F47

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

Shades of Sepia #A35F47

Tints of Sepia #A35F47

Color information

#A35F47 (or 0xA35F47) is unknown color: approx Sepia. HEX triplet: A3, 5F and 47. RGB value is (163,95,71). Sum of RGB (Red+Green+Blue) = 163+95+71=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F47 is #5CA0B8. Grayscale: #707070. Windows color (decimal): -6070457 or 4677539. OLE color: 4677539.

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

Color convert

RGB1639571-
CMYK00.420.560.36
HSL15.65º39.32%45.88%-
HSV(B)15.65º56.44%63.92%-
XYZ20.3316.438.06-
YUV112.6104.53163.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=49.54%
G=28.88%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163957100.420.560.3615.6539.3245.88
HexA35F4702A382410272e
Octal2431371070527044204756
Binary1010001110111111000111010101011100010010010000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F47; }

 p { color: rgb(163,95,71); }

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

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

 a { background-color: rgb(163,95,71); }

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

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

 span { border-color: rgb(163,95,71); }

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