#A2261C

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

Shades of Brown #A2261C

Tints of Brown #A2261C

Color information

#A2261C (or 0xA2261C) is unknown color: approx Brown. HEX triplet: A2, 26 and 1C. RGB value is (162,38,28). Sum of RGB (Red+Green+Blue) = 162+38+28=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A2261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2261C is #5DD9E3. Grayscale: #4A4A4A. Windows color (decimal): -6150628 or 1844898. OLE color: 1844898.

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

Color convert

RGB1623828-
CMYK00.770.830.36
HSL4.48º70.53%37.25%-
HSV(B)4.48º82.72%63.53%-
XYZ15.89.152.03-
YUV73.94102.08190.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.05%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=71.05%
G=16.67%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162382800.770.830.364.4870.5337.25
HexA2261C04D532444725
Octal2424634011512344410745
Binary10100010100110111000100110110100111001001001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2261C; }

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

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

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

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

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

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

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

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