#A45A40

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

Shades of Sepia #A45A40

Tints of Sepia #A45A40

Color information

#A45A40 (or 0xA45A40) is unknown color: approx Sepia. HEX triplet: A4, 5A and 40. RGB value is (164,90,64). Sum of RGB (Red+Green+Blue) = 164+90+64=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A40 is #5BA5BF. Grayscale: #6D6D6D. Windows color (decimal): -6006208 or 4217508. OLE color: 4217508.

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

Color convert

RGB1649064-
CMYK00.450.610.36
HSL15.6º43.86%44.71%-
HSV(B)15.6º60.98%64.31%-
XYZ19.8915.586.81-
YUV109.16102.52167.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=51.57%
G=28.30%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164906400.450.610.3615.643.8644.71
HexA45A4002D3D24102c2d
Octal2441321000557544205455
Binary1010010010110101000000010110111110110010010000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A40; }

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

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

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

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

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

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

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

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