#a8302d

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

Shades of Brown #A8302D

Tints of Brown #A8302D

Color information

#A8302D (or 0xA8302D) is unknown color: approx Brown. HEX triplet: A8, 30 and 2D. RGB value is (168,48,45). Sum of RGB (Red+Green+Blue) = 168+48+45=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8302D is #57CFD2. Grayscale: #535353. Windows color (decimal): -5754835 or 2961576. OLE color: 2961576.

HSL color Cylindrical-coordinate representation of color #A8302D: hue angle of 1.46º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8302D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1684845-
CMYK00.710.730.34
HSL1.46º57.75%41.76%-
HSV(B)1.46º73.21%65.88%-
XYZ17.6810.633.6-
YUV83.54106.26188.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.37%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=64.37%
G=18.39%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168484500.710.730.341.4657.7541.76
HexA8302D047492213a2a
Octal250605501071114217252
Binary101010001100001011010100011110010011000101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8302d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8302d; }

 p { color: rgb(168,48,45); }

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

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

 a { background-color: rgb(168,48,45); }

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

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

 span { border-color: rgb(168,48,45); }

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