#A2261D

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

Shades of Brown #A2261D

Tints of Brown #A2261D

Color information

#A2261D (or 0xA2261D) is unknown color: approx Brown. HEX triplet: A2, 26 and 1D. RGB value is (162,38,29). Sum of RGB (Red+Green+Blue) = 162+38+29=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2261D is #5DD9E2. Grayscale: #4A4A4A. Windows color (decimal): -6150627 or 1910434. OLE color: 1910434.

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

Color convert

RGB1623829-
CMYK00.770.820.36
HSL4.06º69.63%37.45%-
HSV(B)4.06º82.1%63.53%-
XYZ15.829.162.1-
YUV74.05102.58190.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.74%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 29 (11.72% from 255) = 12.66%
R=70.74%
G=16.59%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162382900.770.820.364.0669.6337.45
HexA2261D04D522444625
Octal2424635011512244410645
Binary10100010100110111010100110110100101001001001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2261D; }

 p { color: rgb(162,38,29); }

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

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

 a { background-color: rgb(162,38,29); }

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

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

 span { border-color: rgb(162,38,29); }

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