#A45A3C

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

Shades of Sepia #A45A3C

Tints of Sepia #A45A3C

Color information

#A45A3C (or 0xA45A3C) is unknown color: approx Sepia. HEX triplet: A4, 5A and 3C. RGB value is (164,90,60). Sum of RGB (Red+Green+Blue) = 164+90+60=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A3C is #5BA5C3. Grayscale: #6C6C6C. Windows color (decimal): -6006212 or 3955364. OLE color: 3955364.

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

Color convert

RGB1649060-
CMYK00.450.630.36
HSL17.31º46.43%43.92%-
HSV(B)17.31º63.41%64.31%-
XYZ19.7815.536.23-
YUV108.71100.52167.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=52.23%
G=28.66%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164906000.450.630.3617.3146.4343.92
HexA45A3C02D3F24112e2c
Octal244132740557744215654
Binary101001001011010111100010110111111110010010001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A3C; }

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

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

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

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

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

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

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

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