#A2614A

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

Shades of Sepia #A2614A

Tints of Sepia #A2614A

Color information

#A2614A (or 0xA2614A) is unknown color: approx Sepia. HEX triplet: A2, 61 and 4A. RGB value is (162,97,74). Sum of RGB (Red+Green+Blue) = 162+97+74=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A2614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2614A is #5D9EB5. Grayscale: #717171. Windows color (decimal): -6135478 or 4874658. OLE color: 4874658.

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

Color convert

RGB1629774-
CMYK00.400.540.36
HSL15.68º37.29%46.27%-
HSV(B)15.68º54.32%63.53%-
XYZ20.4116.738.63-
YUV113.81105.53162.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=48.65%
G=29.13%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162977400.400.540.3615.6837.2946.27
HexA2614A028362410252e
Octal2421411120506644204556
Binary1010001011000011001010010100011011010010010000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2614A; }

 p { color: rgb(162,97,74); }

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

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

 a { background-color: rgb(162,97,74); }

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

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

 span { border-color: rgb(162,97,74); }

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