#A45B43

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

Shades of Sepia #A45B43

Tints of Sepia #A45B43

Color information

#A45B43 (or 0xA45B43) is unknown color: approx Sepia. HEX triplet: A4, 5B and 43. RGB value is (164,91,67). Sum of RGB (Red+Green+Blue) = 164+91+67=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B43 is #5BA4BC. Grayscale: #6E6E6E. Windows color (decimal): -6005949 or 4414372. OLE color: 4414372.

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

Color convert

RGB1649167-
CMYK00.450.590.36
HSL14.85º41.99%45.29%-
HSV(B)14.85º59.15%64.31%-
XYZ20.0615.787.3-
YUV110.09103.68166.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 67 (26.56% from 255) = 20.81%
R=50.93%
G=28.26%
B=20.81%

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
Decimal164916700.450.590.3614.8541.9945.29
HexA45B4302D3B24f2a2d
Octal2441331030557344175255
Binary101001001011011100001101011011110111001001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B43; }

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

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

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

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

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

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

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

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