#A3261A

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

Shades of Brown #A3261A

Tints of Brown #A3261A

Color information

#A3261A (or 0xA3261A) is unknown color: approx Brown. HEX triplet: A3, 26 and 1A. RGB value is (163,38,26). Sum of RGB (Red+Green+Blue) = 163+38+26=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A3261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3261A is #5CD9E5. Grayscale: #4A4A4A. Windows color (decimal): -6085094 or 1713827. OLE color: 1713827.

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

Color convert

RGB1633826-
CMYK00.770.840.36
HSL5.26º72.49%37.06%-
HSV(B)5.26º84.05%63.92%-
XYZ15.989.251.92-
YUV74.01100.91191.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.81%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 26 (10.55% from 255) = 11.45%
R=71.81%
G=16.74%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163382600.770.840.365.2672.4937.06
HexA3261A04D542454825
Octal2434632011512444511045
Binary10100011100110110100100110110101001001001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3261A; }

 p { color: rgb(163,38,26); }

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

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

 a { background-color: rgb(163,38,26); }

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

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

 span { border-color: rgb(163,38,26); }

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