#A35F43

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

Shades of Sepia #A35F43

Tints of Sepia #A35F43

Color information

#A35F43 (or 0xA35F43) is unknown color: approx Sepia. HEX triplet: A3, 5F and 43. RGB value is (163,95,67). Sum of RGB (Red+Green+Blue) = 163+95+67=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F43 is #5CA0BC. Grayscale: #707070. Windows color (decimal): -6070461 or 4415395. OLE color: 4415395.

HSL color Cylindrical-coordinate representation of color #A35F43: hue angle of 17.5º 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 #A35F43 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1639567-
CMYK00.420.590.36
HSL17.5º41.74%45.1%-
HSV(B)17.5º58.9%63.92%-
XYZ20.2116.387.41-
YUV112.14102.53164.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 67 (26.56% from 255) = 20.62%
R=50.15%
G=29.23%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163956700.420.590.3617.541.7445.1
HexA35F4302A3B24122a2d
Octal2431371030527344225255
Binary1010001110111111000011010101011101110010010010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F43; }

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

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

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

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

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

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

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

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