#A73226

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

Shades of Brown #A73226

Tints of Brown #A73226

Color information

#A73226 (or 0xA73226) is unknown color: approx Brown. HEX triplet: A7, 32 and 26. RGB value is (167,50,38). Sum of RGB (Red+Green+Blue) = 167+50+38=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A73226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73226 is #58CDD9. Grayscale: #535353. Windows color (decimal): -5819866 or 2503335. OLE color: 2503335.

HSL color Cylindrical-coordinate representation of color #A73226: hue angle of 5.58º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A73226 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1675038-
CMYK00.700.770.35
HSL5.58º62.93%40.2%-
HSV(B)5.58º77.25%65.49%-
XYZ17.4310.642.97-
YUV83.62102.26187.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 65.49%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=65.49%
G=19.61%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167503800.700.770.355.5862.9340.2
HexA732260464D2363f28
Octal247624601061154367750
Binary10100111110010100110010001101001101100011110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73226; }

 p { color: rgb(167,50,38); }

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

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

 a { background-color: rgb(167,50,38); }

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

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

 span { border-color: rgb(167,50,38); }

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