#A32929

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

Shades of Brown #A32929

Tints of Brown #A32929

Color information

#A32929 (or 0xA32929) is unknown color: approx Brown. HEX triplet: A3, 29 and 29. RGB value is (163,41,41). Sum of RGB (Red+Green+Blue) = 163+41+41=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A32929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32929 is #5CD6D6. Grayscale: #4D4D4D. Windows color (decimal): -6084311 or 2697635. OLE color: 2697635.

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

Color convert

RGB1634141-
CMYK00.750.750.36
HSL59.8%40%-
HSV(B)74.85%63.92%-
XYZ16.39.533.08-
YUV77.48107.42189-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.53%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=66.53%
G=16.73%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163414100.750.750.36059.840
HexA3292904B4B2403c28
Octal243515101131134407450
Binary101000111010011010010100101110010111001000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32929; }

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

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

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

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

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

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

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

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