#A2604B

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

Shades of Sepia #A2604B

Tints of Sepia #A2604B

Color information

#A2604B (or 0xA2604B) is unknown color: approx Sepia. HEX triplet: A2, 60 and 4B. RGB value is (162,96,75). Sum of RGB (Red+Green+Blue) = 162+96+75=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A2604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2604B is #5D9FB4. Grayscale: #717171. Windows color (decimal): -6135733 or 4939938. OLE color: 4939938.

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

Color convert

RGB1629675-
CMYK00.410.540.36
HSL14.48º36.71%46.47%-
HSV(B)14.48º53.7%63.53%-
XYZ20.3516.568.78-
YUV113.34106.37162.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=48.65%
G=28.83%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162967500.410.540.3614.4836.7146.47
HexA2604B0293624e252e
Octal2421401130516644164556
Binary101000101100000100101101010011101101001001110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2604B; }

 p { color: rgb(162,96,75); }

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

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

 a { background-color: rgb(162,96,75); }

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

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

 span { border-color: rgb(162,96,75); }

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