#A23326

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

Shades of Brown #A23326

Tints of Brown #A23326

Color information

#A23326 (or 0xA23326) is unknown color: approx Brown. HEX triplet: A2, 33 and 26. RGB value is (162,51,38). Sum of RGB (Red+Green+Blue) = 162+51+38=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A23326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23326 is #5DCCD9. Grayscale: #525252. Windows color (decimal): -6147290 or 2503586. OLE color: 2503586.

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

Color convert

RGB1625138-
CMYK00.690.770.36
HSL6.29º62%39.22%-
HSV(B)6.29º76.54%63.53%-
XYZ16.4310.192.93-
YUV82.71102.77184.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=64.54%
G=20.32%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162513800.690.770.366.296239.22
HexA233260454D2463e27
Octal242634601051154467647
Binary10100010110011100110010001011001101100100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23326; }

 p { color: rgb(162,51,38); }

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

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

 a { background-color: rgb(162,51,38); }

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

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

 span { border-color: rgb(162,51,38); }

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