#A23129

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

Shades of Brown #A23129

Tints of Brown #A23129

Color information

#A23129 (or 0xA23129) is unknown color: approx Brown. HEX triplet: A2, 31 and 29. RGB value is (162,49,41). Sum of RGB (Red+Green+Blue) = 162+49+41=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23129 is #5DCED6. Grayscale: #525252. Windows color (decimal): -6147799 or 2699682. OLE color: 2699682.

HSL color Cylindrical-coordinate representation of color #A23129: hue angle of 3.97º 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 #A23129 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1624941-
CMYK00.700.750.36
HSL3.97º59.61%39.8%-
HSV(B)3.97º74.69%63.53%-
XYZ16.410.043.17-
YUV81.88104.94185.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=64.29%
G=19.44%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162494100.700.750.363.9759.6139.8
HexA231290464B2443c28
Octal242615101061134447450
Binary10100010110001101001010001101001011100100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23129; }

 p { color: rgb(162,49,41); }

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

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

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

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

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

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

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