#A32222

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

Shades of Brown #A32222

Tints of Brown #A32222

Color information

#A32222 (or 0xA32222) is unknown color: approx Brown. HEX triplet: A3, 22 and 22. RGB value is (163,34,34). Sum of RGB (Red+Green+Blue) = 163+34+34=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A32222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32222 is #5CDDDD. Grayscale: #484848. Windows color (decimal): -6086110 or 2237091. OLE color: 2237091.

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

Color convert

RGB1633434-
CMYK00.790.790.36
HSL65.48%38.63%-
HSV(B)79.14%63.92%-
XYZ15.979.052.42-
YUV72.57106.24192.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.56%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 34 (13.67% from 255) = 14.72%
R=70.56%
G=14.72%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163343400.790.790.36065.4838.63
HexA3222204F4F2404127
Octal2434242011711744010147
Binary1010001110001010001001001111100111110010001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32222; }

 p { color: rgb(163,34,34); }

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

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

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

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

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

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

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