#A8302E

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

Shades of Brown #A8302E

Tints of Brown #A8302E

Color information

#A8302E (or 0xA8302E) is unknown color: approx Brown. HEX triplet: A8, 30 and 2E. RGB value is (168,48,46). Sum of RGB (Red+Green+Blue) = 168+48+46=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8302E is #57CFD1. Grayscale: #535353. Windows color (decimal): -5754834 or 3027112. OLE color: 3027112.

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

Color convert

RGB1684846-
CMYK00.710.730.34
HSL0.98º57.01%41.96%-
HSV(B)0.98º72.62%65.88%-
XYZ17.710.643.7-
YUV83.65106.76188.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.12%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=64.12%
G=18.32%
B=17.56%

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
Decimal168484600.710.730.340.9857.0141.96
HexA8302E04749221392a
Octal250605601071114217152
Binary101010001100001011100100011110010011000101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8302E; }

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

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

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

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

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

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

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

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