#A93522

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

Shades of Brown #A93522

Tints of Brown #A93522

Color information

#A93522 (or 0xA93522) is unknown color: approx Brown. HEX triplet: A9, 35 and 22. RGB value is (169,53,34). Sum of RGB (Red+Green+Blue) = 169+53+34=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A93522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93522 is #56CADD. Grayscale: #555555. Windows color (decimal): -5688030 or 2241961. OLE color: 2241961.

HSL color Cylindrical-coordinate representation of color #A93522: hue angle of 8.44º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A93522 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1695334-
CMYK00.690.800.34
HSL8.44º66.5%39.8%-
HSV(B)8.44º79.88%66.27%-
XYZ17.9211.12.71-
YUV85.5298.93187.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.02%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 34 (13.67% from 255) = 13.28%
R=66.02%
G=20.70%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169533400.690.800.348.4466.539.8
HexA93522045502284328
Octal25165420105120421010350
Binary1010100111010110001001000101101000010001010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93522; }

 p { color: rgb(169,53,34); }

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

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

 a { background-color: rgb(169,53,34); }

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

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

 span { border-color: rgb(169,53,34); }

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