#A45A43

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

Shades of Sepia #A45A43

Tints of Sepia #A45A43

Color information

#A45A43 (or 0xA45A43) is unknown color: approx Sepia. HEX triplet: A4, 5A and 43. RGB value is (164,90,67). Sum of RGB (Red+Green+Blue) = 164+90+67=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A43 is #5BA5BC. Grayscale: #6D6D6D. Windows color (decimal): -6006205 or 4414116. OLE color: 4414116.

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

Color convert

RGB1649067-
CMYK00.450.590.36
HSL14.23º41.99%45.29%-
HSV(B)14.23º59.15%64.31%-
XYZ19.9815.617.27-
YUV109.5104.02166.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=51.09%
G=28.04%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164906700.450.590.3614.2341.9945.29
HexA45A4302D3B24e2a2d
Octal2441321030557344165255
Binary101001001011010100001101011011110111001001110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A43; }

 p { color: rgb(164,90,67); }

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

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

 a { background-color: rgb(164,90,67); }

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

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

 span { border-color: rgb(164,90,67); }

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