#A35C44

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

Shades of Sepia #A35C44

Tints of Sepia #A35C44

Color information

#A35C44 (or 0xA35C44) is unknown color: approx Sepia. HEX triplet: A3, 5C and 44. RGB value is (163,92,68). Sum of RGB (Red+Green+Blue) = 163+92+68=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C44 is #5CA3BB. Grayscale: #6E6E6E. Windows color (decimal): -6071228 or 4480163. OLE color: 4480163.

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

Color convert

RGB1639268-
CMYK00.440.580.36
HSL15.16º41.13%45.29%-
HSV(B)15.16º58.28%63.92%-
XYZ19.9715.867.48-
YUV110.49104.02165.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=50.46%
G=28.48%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163926800.440.580.3615.1641.1345.29
HexA35C4402C3A24f292d
Octal2431341040547244175155
Binary101000111011100100010001011001110101001001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C44; }

 p { color: rgb(163,92,68); }

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

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

 a { background-color: rgb(163,92,68); }

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

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

 span { border-color: rgb(163,92,68); }

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