#A73223

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

Shades of Brown #A73223

Tints of Brown #A73223

Color information

#A73223 (or 0xA73223) is unknown color: approx Brown. HEX triplet: A7, 32 and 23. RGB value is (167,50,35). Sum of RGB (Red+Green+Blue) = 167+50+35=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A73223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73223 is #58CDDC. Grayscale: #535353. Windows color (decimal): -5819869 or 2306727. OLE color: 2306727.

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

Color convert

RGB1675035-
CMYK00.700.790.35
HSL6.82º65.35%39.61%-
HSV(B)6.82º79.04%65.49%-
XYZ17.3810.622.72-
YUV83.27100.76187.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.27%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 35 (14.06% from 255) = 13.89%
R=66.27%
G=19.84%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167503500.700.790.356.8265.3539.61
HexA732230464F2374128
Octal2476243010611743710150
Binary101001111100101000110100011010011111000111111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73223; }

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

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

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

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

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

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

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

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