#A93422

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

Shades of Brown #A93422

Tints of Brown #A93422

Color information

#A93422 (or 0xA93422) is unknown color: approx Brown. HEX triplet: A9, 34 and 22. RGB value is (169,52,34). Sum of RGB (Red+Green+Blue) = 169+52+34=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A93422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93422 is #56CBDD. Grayscale: #555555. Windows color (decimal): -5688286 or 2241705. OLE color: 2241705.

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

Color convert

RGB1695234-
CMYK00.690.800.34
HSL66.5%39.8%-
HSV(B)79.88%66.27%-
XYZ17.8811.012.7-
YUV84.9399.26187.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.27%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 34 (13.67% from 255) = 13.33%
R=66.27%
G=20.39%
B=13.33%

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
Decimal169523400.690.800.34866.539.8
HexA93422045502284328
Octal25164420105120421010350
Binary1010100111010010001001000101101000010001010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93422; }

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

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

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

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

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

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

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

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