#A02821

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

Shades of Brown #A02821

Tints of Brown #A02821

Color information

#A02821 (or 0xA02821) is unknown color: approx Brown. HEX triplet: A0, 28 and 21. RGB value is (160,40,33). Sum of RGB (Red+Green+Blue) = 160+40+33=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A02821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02821 is #5FD7DE. Grayscale: #4B4B4B. Windows color (decimal): -6281183 or 2173088. OLE color: 2173088.

HSL color Cylindrical-coordinate representation of color #A02821: hue angle of 3.31º degrees, saturation: 0.66, 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 #A02821 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1604033-
CMYK00.750.790.37
HSL3.31º65.8%37.84%-
HSV(B)3.31º79.37%62.75%-
XYZ15.539.12.38-
YUV75.08104.26188.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.67%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=68.67%
G=17.17%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160403300.750.790.373.3165.837.84
HexA0282104B4F2534226
Octal2405041011311745310246
Binary10100000101000100001010010111001111100101111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02821; }

 p { color: rgb(160,40,33); }

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

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

 a { background-color: rgb(160,40,33); }

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

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

 span { border-color: rgb(160,40,33); }

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