#aa3628

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

Shades of Brown #AA3628

Tints of Brown #AA3628

Color information

#AA3628 (or 0xAA3628) is unknown color: approx Brown. HEX triplet: AA, 36 and 28. RGB value is (170,54,40). Sum of RGB (Red+Green+Blue) = 170+54+40=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3628 is #55C9D7. Grayscale: #575757. Windows color (decimal): -5622232 or 2635434. OLE color: 2635434.

HSL color Cylindrical-coordinate representation of color #AA3628: hue angle of 6.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3628 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1705440-
CMYK00.680.760.33
HSL6.46º61.9%41.18%-
HSV(B)6.46º76.47%66.67%-
XYZ18.2811.343.23-
YUV87.09101.43187.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=64.39%
G=20.45%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170544000.680.760.336.4661.941.18
HexAA36280444C2163e29
Octal252665001041144167651
Binary10101010110110101000010001001001100100001110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3628; }

 p { color: rgb(170,54,40); }

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

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

 a { background-color: rgb(170,54,40); }

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

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

 span { border-color: rgb(170,54,40); }

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