#A46043

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

Shades of Sepia #A46043

Tints of Sepia #A46043

Color information

#A46043 (or 0xA46043) is unknown color: approx Sepia. HEX triplet: A4, 60 and 43. RGB value is (164,96,67). Sum of RGB (Red+Green+Blue) = 164+96+67=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A46043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46043 is #5B9FBC. Grayscale: #717171. Windows color (decimal): -6004669 or 4415652. OLE color: 4415652.

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

Color convert

RGB1649667-
CMYK00.410.590.36
HSL17.94º41.99%45.29%-
HSV(B)17.94º59.15%64.31%-
XYZ20.5116.667.45-
YUV113.03102.03164.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=50.15%
G=29.36%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164966700.410.590.3617.9441.9945.29
HexA460430293B24122a2d
Octal2441401030517344225255
Binary1010010011000001000011010100111101110010010010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46043; }

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

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

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

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

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

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

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

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