#A4332A

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

Shades of Brown #A4332A

Tints of Brown #A4332A

Color information

#A4332A (or 0xA4332A) is unknown color: approx Brown. HEX triplet: A4, 33 and 2A. RGB value is (164,51,42). Sum of RGB (Red+Green+Blue) = 164+51+42=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A4332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4332A is #5BCCD5. Grayscale: #535353. Windows color (decimal): -6016214 or 2765732. OLE color: 2765732.

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

Color convert

RGB1645142-
CMYK00.690.740.36
HSL4.43º59.22%40.39%-
HSV(B)4.43º74.39%64.31%-
XYZ16.9110.433.31-
YUV83.76104.44185.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.81%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=63.81%
G=19.84%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164514200.690.740.364.4359.2240.39
HexA4332A0454A2443b28
Octal244635201051124447350
Binary10100100110011101010010001011001010100100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4332A; }

 p { color: rgb(164,51,42); }

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

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

 a { background-color: rgb(164,51,42); }

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

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

 span { border-color: rgb(164,51,42); }

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