#A02522

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

Shades of Brown #A02522

Tints of Brown #A02522

Color information

#A02522 (or 0xA02522) is unknown color: approx Brown. HEX triplet: A0, 25 and 22. RGB value is (160,37,34). Sum of RGB (Red+Green+Blue) = 160+37+34=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A02522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02522 is #5FDADD. Grayscale: #494949. Windows color (decimal): -6281950 or 2237856. OLE color: 2237856.

HSL color Cylindrical-coordinate representation of color #A02522: hue angle of 1.43º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02522 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1603734-
CMYK00.770.790.37
HSL1.43º64.95%38.04%-
HSV(B)1.43º78.75%62.75%-
XYZ15.458.912.42-
YUV73.44105.75189.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.26%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 34 (13.67% from 255) = 14.72%
R=69.26%
G=16.02%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160373400.770.790.371.4364.9538.04
HexA0252204D4F2514126
Octal2404542011511745110146
Binary1010000010010110001001001101100111110010111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02522; }

 p { color: rgb(160,37,34); }

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

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

 a { background-color: rgb(160,37,34); }

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

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

 span { border-color: rgb(160,37,34); }

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