#A82E22

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

Shades of Brown #A82E22

Tints of Brown #A82E22

Color information

#A82E22 (or 0xA82E22) is unknown color: approx Brown. HEX triplet: A8, 2E and 22. RGB value is (168,46,34). Sum of RGB (Red+Green+Blue) = 168+46+34=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82E22 is #57D1DD. Grayscale: #515151. Windows color (decimal): -5755358 or 2240168. OLE color: 2240168.

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

Color convert

RGB1684634-
CMYK00.730.800.34
HSL5.37º66.34%39.61%-
HSV(B)5.37º79.76%65.88%-
XYZ17.4110.392.6-
YUV81.11101.42189.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.74%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=67.74%
G=18.55%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168463400.730.800.345.3766.3439.61
HexA82E22049502254228
Octal2505642011112042510250
Binary101010001011101000100100100110100001000101011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82E22; }

 p { color: rgb(168,46,34); }

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

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

 a { background-color: rgb(168,46,34); }

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

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

 span { border-color: rgb(168,46,34); }

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