#A23229

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

Shades of Brown #A23229

Tints of Brown #A23229

Color information

#A23229 (or 0xA23229) is unknown color: approx Brown. HEX triplet: A2, 32 and 29. RGB value is (162,50,41). Sum of RGB (Red+Green+Blue) = 162+50+41=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A23229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23229 is #5DCDD6. Grayscale: #525252. Windows color (decimal): -6147543 or 2699938. OLE color: 2699938.

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

Color convert

RGB1625041-
CMYK00.690.750.36
HSL4.46º59.61%39.8%-
HSV(B)4.46º74.69%63.53%-
XYZ16.4410.123.19-
YUV82.46104.61184.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=64.03%
G=19.76%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162504100.690.750.364.4659.6139.8
HexA232290454B2443c28
Octal242625101051134447450
Binary10100010110010101001010001011001011100100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23229; }

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

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

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

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

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

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

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

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