#A45E44

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

Shades of Sepia #A45E44

Tints of Sepia #A45E44

Color information

#A45E44 (or 0xA45E44) is unknown color: approx Sepia. HEX triplet: A4, 5E and 44. RGB value is (164,94,68). Sum of RGB (Red+Green+Blue) = 164+94+68=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E44 is #5BA1BB. Grayscale: #707070. Windows color (decimal): -6005180 or 4480676. OLE color: 4480676.

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

Color convert

RGB1649468-
CMYK00.430.590.36
HSL16.25º41.38%45.49%-
HSV(B)16.25º58.54%64.31%-
XYZ20.3616.327.55-
YUV111.97103.19165.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=50.31%
G=28.83%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164946800.430.590.3616.2541.3845.49
HexA45E4402B3B2410292d
Octal2441361040537344205155
Binary1010010010111101000100010101111101110010010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E44; }

 p { color: rgb(164,94,68); }

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

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

 a { background-color: rgb(164,94,68); }

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

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

 span { border-color: rgb(164,94,68); }

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